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

Commit 24b42e8e authored by Kurt Dresner's avatar Kurt Dresner
Browse files

Change TOGGLE_AUTOMOTIVE_PROJECTION from signature|privileged to internal|role.

Bug: 172251305
Change-Id: Ifd61339c78828357b9fd8b1d1f93b9f8ca578bb5
parent 316587fa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2949,13 +2949,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"/>