Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 14 - Basic updates, Android.bp #574

Merged
merged 3 commits into from
Oct 7, 2023
Merged

Commits on Oct 7, 2023

  1. README: 13 -> 14

    Change-Id: Ia5ebd0f3f1ccb5f9261a956f2485d60f22a5f269
    chirayudesai committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c513fe9 View commit details
    Browse the repository at this point in the history
  2. Bump version to 14-3.3

    * Android 14 is here!
    
    Change-Id: Ic4249bb1d2a3ac03011f5b7608534ecd526e99c6
    chirayudesai committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    01ee40e View commit details
    Browse the repository at this point in the history
  3. 14: Add new permission FOREGROUND_SERVICE_DATA_SYNC

    * Android.bp build means we get set to targetSdk 34 already
    
    Fixes: Starting FGS with type dataSync targetSDK=34 requires permissions
    See: https://developer.android.com/about/versions/14/changes/fgs-types-required#data-sync
    Change-Id: I69932d778e870535522e08dff131f1bb1d128955
    chirayudesai committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2011179 View commit details
    Browse the repository at this point in the history