Pre-grant START_ACTIVITIES_FROM_BACKGROUND to emergency app

The emergency app needs this permission to start foreground service
after sdk 31.

Test: manual
Change-Id: I111dbda3418edf4fcf34aa26f39dc6ce662f2e5d
This commit is contained in:
Fan Zhang
2021-01-26 11:15:32 -08:00
parent c8d49fcef8
commit fb001c98ee

View File

@@ -19,5 +19,6 @@
<!-- Required to place emergency calls from emergency info screen. -->
<permission name="android.permission.CALL_PRIVILEGED"/>
<permission name="android.permission.MANAGE_USERS"/>
<permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"/>
</privapp-permissions>
</permissions>