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

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

Merge "Add privileged to BROADCAST_CLOSE_SYSTEM_DIALOGS"

parents 792c798c 4d62bdba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4315,7 +4315,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
@@ -69,6 +69,7 @@ applications that come with the platform

    <privapp-permissions package="com.android.launcher3">
        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
        <permission name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"/>
    </privapp-permissions>

    <privapp-permissions package="com.android.location.fused">