Give START_FOREGROUND_SERVICES_FROM_BACKGROUND to S apps
Bug: 175310205 Test: boot Test: dumpsys package p | grep START_FOREGROUND_SERVICES_FROM_BACKGROUND and make sure they're all granted Change-Id: I117bd09415467191ef05f277817b59a17a339a3b
This commit is contained in:
@@ -22,5 +22,6 @@
|
||||
<permission name="android.permission.LOG_COMPAT_CHANGE"/>
|
||||
<permission name="android.permission.MODIFY_QUIET_MODE"/>
|
||||
<permission name="android.permission.READ_COMPAT_CHANGE_CONFIG"/>
|
||||
<permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
||||
|
||||
@@ -245,6 +245,7 @@ applications that come with the platform
|
||||
<permission name="android.permission.REGISTER_STATS_PULL_ATOM" />
|
||||
<!-- Permissions required for reading DeviceConfig -->
|
||||
<permission name="android.permission.READ_DEVICE_CONFIG" />
|
||||
<permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.providers.telephony">
|
||||
|
||||
Reference in New Issue
Block a user