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

Commit 0a809054 authored by Bernardo Rufino's avatar Bernardo Rufino Committed by Android (Google) Code Review
Browse files

Merge "[Attempt #2] Add privileged to BROADCAST_CLOSE_SYSTEM_DIALOGS"

parents 9765788d 5e390e79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4336,7 +4336,7 @@
         <p>Not for use by third-party applications.
    -->
    <permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"
        android:protectionLevel="signature|recents" />
        android:protectionLevel="signature|privileged|recents" />
    <uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" />

    <!-- Allows an application to broadcast a notification that an application
+1 −0
Original line number Diff line number Diff line
@@ -20,5 +20,6 @@
        <permission name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS"/>
        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
        <permission name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"/>
    </privapp-permissions>
</permissions>