diff options
author | 2024-02-10 01:38:09 +0000 | |
---|---|---|
committer | 2024-02-10 01:38:09 +0000 | |
commit | 83a2b91e9c311fa372182cd062f0a689a7226284 (patch) | |
tree | 343d814f306f7e151de36f7084b7ea04eca14732 | |
parent | 2416d589f0db5bac9fc98e6f0f083d87989c370b (diff) | |
parent | f7db069a68e9e3148a50eafff8aa370ba019a96b (diff) |
Merge "Revert "Implement camera privacy allowlist."" into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index 5a99cc6c1..9b10c0edc 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -1657,15 +1657,6 @@ android:description="@string/permdesc_cameraHeadlessSystemUser" android:protectionLevel="signature" /> - <!-- @SystemApi Allows camera access of allowlisted driver assistance apps - to be controlled separately. - <p> Not for use by third-party applications. - @FlaggedApi("com.android.internal.camera.flags.privacy_allowlist") - @hide - --> - <permission android:name="android.permission.CAMERA_PRIVACY_ALLOWLIST" - android:protectionLevel="signature|privileged" /> - <!-- ====================================================================== --> <!-- Permissions for accessing the device sensors --> <!-- ====================================================================== --> |