diff options
-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 b0f5fbf0e..18b70ae25 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -1644,15 +1644,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 --> <!-- ====================================================================== --> |