Added ForegroundService permission to Manifest for Android 9
This commit is contained in:
parent
0d78e2291a
commit
dc170e357e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
<!-- Needed for kill application yourself -->
|
||||
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
|
||||
<supports-screens
|
||||
android:anyDensity="true"
|
||||
|
|
Loading…
Reference in a new issue