From df754d853e9042d8e2e9a35d0f839cbba5867993 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 3 Apr 2019 03:05:13 +0100 Subject: [PATCH] add FOREGROUND_SERVICE permission for Android 9 Pie --- buildozer.spec.sample | 2 +- buildozer.spec.travis | 2 +- buildozer.spec.vagrant | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildozer.spec.sample b/buildozer.spec.sample index 3e412307..4b5ed526 100644 --- a/buildozer.spec.sample +++ b/buildozer.spec.sample @@ -86,7 +86,7 @@ fullscreen = 0 #android.presplash_color = #FFFFFF # (list) Permissions -android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE +android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,FOREGROUND_SERVICE,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE # (int) Android API to use android.api = 28 diff --git a/buildozer.spec.travis b/buildozer.spec.travis index 3e412307..4b5ed526 100644 --- a/buildozer.spec.travis +++ b/buildozer.spec.travis @@ -86,7 +86,7 @@ fullscreen = 0 #android.presplash_color = #FFFFFF # (list) Permissions -android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE +android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,FOREGROUND_SERVICE,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE # (int) Android API to use android.api = 28 diff --git a/buildozer.spec.vagrant b/buildozer.spec.vagrant index 3e412307..4b5ed526 100644 --- a/buildozer.spec.vagrant +++ b/buildozer.spec.vagrant @@ -86,7 +86,7 @@ fullscreen = 0 #android.presplash_color = #FFFFFF # (list) Permissions -android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE +android.permissions = ACCESS_NETWORK_STATE,BLUETOOTH,FOREGROUND_SERVICE,INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE # (int) Android API to use android.api = 28