diff options
author | 2024-01-17 16:57:37 +0000 | |
---|---|---|
committer | 2024-01-17 16:57:37 +0000 | |
commit | 0da59727d009b3ef9544c9033a678110fca2ce56 (patch) | |
tree | 006129fce46778abfbef6f51fb9fef0e5a70a5d3 | |
parent | 5264fe4830833066805e08533476f36aa6d7ab0b (diff) | |
parent | 7e3828a120f4b741d71c3edf896eae28a7a3dd8d (diff) |
Merge "Add CTS permissionpolicy for GET_BACKGROUND_INSTALLED_PACKAGES." into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index 785077c52..a8c2e90cc 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -7716,6 +7716,18 @@ <permission android:name="android.permission.RECEIVE_SENSITIVE_NOTIFICATIONS" android:protectionLevel="signature|role" /> + <!-- @SystemApi + @FlaggedApi("android.app.bic_client") + Allows app to call BackgroundInstallControlManager API to retrieve silently installed apps + for all users on device. + <p>Apps with a BackgroundInstallControlManager client will not be able to call any API without + this permission. + <p>Protection level: signature|role + @hide + --> + <permission android:name="android.permission.GET_BACKGROUND_INSTALLED_PACKAGES" + android:protectionLevel="signature|role" /> + <!-- Attribution for Geofencing service. --> <attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/> <!-- Attribution for Country Detector. --> |