Merge "[Attempt #2] Add privileged to BROADCAST_CLOSE_SYSTEM_DIALOGS"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a80905457
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user