diff options
| author | 2020-12-03 20:12:02 +0000 | |
|---|---|---|
| committer | 2020-12-03 20:12:02 +0000 | |
| commit | 0e07a01471daf0c4b47b37f9d4eb1175c3c2c9c5 (patch) | |
| tree | 6ff281b06ee31983031a68c9cf1133bc49df3131 | |
| parent | 398ef538049c74af377cca6612e1483277d08ad8 (diff) | |
| parent | 58c27dd74d5bf3cd286fa89b0bf50e61e644cefd (diff) | |
Merge "Allowlist permission START_FOREGROUND_SERVICES_FROM_BACKGROUND."
| -rw-r--r-- | data/etc/privapp-permissions-platform.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 67da0e22adc5..aef683b449d4 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -377,6 +377,7 @@ applications that come with the platform <permission name="android.permission.SIGNAL_PERSISTENT_PROCESSES"/> <permission name="android.permission.STATUS_BAR"/> <permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND" /> + <permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND" /> <permission name="android.permission.START_TASKS_FROM_RECENTS" /> <permission name="android.permission.STOP_APP_SWITCHES"/> <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> |