From: Tobias Brunner Date: Tue, 30 Jul 2024 13:18:22 +0000 (+0200) Subject: android: Declare foreground service type for VpnService instance X-Git-Tag: android-2.5.2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4ceced1c64c57fb5243c730318fffd1139e4bd;p=thirdparty%2Fstrongswan.git android: Declare foreground service type for VpnService instance Required for Android 14 (34). Since no other type fits we use specialUse, which also requires a new permission and a description for why we use it. --- diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index ec4bf65cfa..e102b70d9b 100644 --- a/src/frontends/android/app/src/main/AndroidManifest.xml +++ b/src/frontends/android/app/src/main/AndroidManifest.xml @@ -22,6 +22,7 @@ + @@ -176,10 +177,14 @@ +