From 9c4ceced1c64c57fb5243c730318fffd1139e4bd Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 30 Jul 2024 15:18:22 +0200 Subject: [PATCH] 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. --- src/frontends/android/app/src/main/AndroidManifest.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ +