Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 544b4dfe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change TOGGLE_AUTOMOTIVE_PROJECTION from signature|privileged to internal|role."

parents 1a1c6c87 24b42e8e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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"
+0 −2
Original line number Diff line number Diff line
@@ -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"/>