Loading core/res/AndroidManifest.xml +1 −3 Original line number Diff line number Diff line Loading @@ -2950,13 +2950,11 @@ android:protectionLevel="signature" /> <!-- Allows an app to set and release automotive projection. <p>Once permissions can be granted via role-only, this needs to be changed to protectionLevel="role" and added to the SYSTEM_AUTOMOTIVE_PROJECTION role. @hide @SystemApi --> <permission android:name="android.permission.TOGGLE_AUTOMOTIVE_PROJECTION" android:protectionLevel="signature|privileged" /> android:protectionLevel="internal|role" /> <!-- Allows an app to prevent non-system-overlay windows from being drawn on top of it --> <permission android:name="android.permission.HIDE_OVERLAY_WINDOWS" Loading data/etc/privapp-permissions-platform.xml +0 −2 Original line number Diff line number Diff line Loading @@ -374,8 +374,6 @@ applications that come with the platform <permission name="android.permission.STOP_APP_SWITCHES"/> <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> <permission name="android.permission.SUSPEND_APPS" /> <!-- Permission required for UiModeManager and Telecom car mode CTS tests --> <permission name="android.permission.TOGGLE_AUTOMOTIVE_PROJECTION" /> <permission name="android.permission.UPDATE_APP_OPS_STATS"/> <permission name="android.permission.USE_RESERVED_DISK"/> <permission name="android.permission.UWB_PRIVILEGED"/> Loading Loading
core/res/AndroidManifest.xml +1 −3 Original line number Diff line number Diff line Loading @@ -2950,13 +2950,11 @@ android:protectionLevel="signature" /> <!-- Allows an app to set and release automotive projection. <p>Once permissions can be granted via role-only, this needs to be changed to protectionLevel="role" and added to the SYSTEM_AUTOMOTIVE_PROJECTION role. @hide @SystemApi --> <permission android:name="android.permission.TOGGLE_AUTOMOTIVE_PROJECTION" android:protectionLevel="signature|privileged" /> android:protectionLevel="internal|role" /> <!-- Allows an app to prevent non-system-overlay windows from being drawn on top of it --> <permission android:name="android.permission.HIDE_OVERLAY_WINDOWS" Loading
data/etc/privapp-permissions-platform.xml +0 −2 Original line number Diff line number Diff line Loading @@ -374,8 +374,6 @@ applications that come with the platform <permission name="android.permission.STOP_APP_SWITCHES"/> <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> <permission name="android.permission.SUSPEND_APPS" /> <!-- Permission required for UiModeManager and Telecom car mode CTS tests --> <permission name="android.permission.TOGGLE_AUTOMOTIVE_PROJECTION" /> <permission name="android.permission.UPDATE_APP_OPS_STATS"/> <permission name="android.permission.USE_RESERVED_DISK"/> <permission name="android.permission.UWB_PRIVILEGED"/> Loading