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:
Makoto Onuki
2020-12-10 09:45:14 -08:00
parent 9547fb5fd5
commit 192d489d40
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

View File

@@ -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">