From: Tobias Brunner Date: Tue, 13 Aug 2019 12:42:39 +0000 (+0200) Subject: android: Request FOREGROUND_SERVICE permission X-Git-Tag: 5.8.1rc1~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a7d842f13bda3e12c70d23fde2ea0c9e3eae8b;p=thirdparty%2Fstrongswan.git android: Request FOREGROUND_SERVICE permission This is required since API 28 to call Service.startForeground. --- diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index 2a75d05aba..35fe4ca3f7 100644 --- a/src/frontends/android/app/src/main/AndroidManifest.xml +++ b/src/frontends/android/app/src/main/AndroidManifest.xml @@ -20,6 +20,7 @@ +