Skip to content
Snippets Groups Projects
Commit 48ea2a51 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add WRITE_SECURE_SETTINGS permission to emergencyinfo

It's needed to control emergency gesture settings

Bug: 180236600
Test: rebuild
Change-Id: I4c7d85cffca3ad05f3e816b81b0a77b857f3cabf
parent b4c19050
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,7 @@ ...@@ -21,5 +21,7 @@
<permission name="android.permission.MANAGE_USERS"/> <permission name="android.permission.MANAGE_USERS"/>
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/> <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
<permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"/> <permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"/>
<!-- Required to update emergency gesture settings -->
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
</privapp-permissions> </privapp-permissions>
</permissions> </permissions>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment