diff --git a/core/api/current.txt b/core/api/current.txt index 4f15fa9bf3b5b..6eaefe59e4dda 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -17,6 +17,7 @@ package android { field public static final String ACCESS_MEDIA_LOCATION = "android.permission.ACCESS_MEDIA_LOCATION"; field public static final String ACCESS_NETWORK_STATE = "android.permission.ACCESS_NETWORK_STATE"; field public static final String ACCESS_NOTIFICATION_POLICY = "android.permission.ACCESS_NOTIFICATION_POLICY"; + field public static final String ACCESS_SUPPLEMENTAL_APIS = "android.permission.ACCESS_SUPPLEMENTAL_APIS"; field public static final String ACCESS_WIFI_STATE = "android.permission.ACCESS_WIFI_STATE"; field public static final String ACCOUNT_MANAGER = "android.permission.ACCOUNT_MANAGER"; field public static final String ACTIVITY_RECOGNITION = "android.permission.ACTIVITY_RECOGNITION"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 777ddaa9d6452..d6bbe71586fa0 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3595,6 +3595,18 @@ + + + + + + + + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 2879759db5212..6577ebc8cd3f8 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4046,11 +4046,16 @@ Allows an app to ask for permission to ignore battery optimizations for that app. - + query all packages Allows an app to see all installed packages. + + access SupplementalApis + + Allows an application to access SupplementalApis. + Tap twice for zoom control