summaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2023-07-13 16:25:06 +0200
committerArne Schwabe <arne@rfc2549.org>2023-07-13 16:25:06 +0200
commit91488a24cdc1b505839f640191d1229fb9d473e3 (patch)
treec4dbb58edc3ebfbd9da5a4666697e5971c8ee81a /main/src
parentcaead242b2c4ac409fdb13178aa206632b1ac959 (diff)
Target Upside down cake (Android 14/API 34)
Diffstat (limited to 'main/src')
-rw-r--r--main/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml
index b22507d6..056d4cff 100644
--- a/main/src/main/AndroidManifest.xml
+++ b/main/src/main/AndroidManifest.xml
@@ -53,7 +53,7 @@
android:name=".core.OpenVPNService"
android:exported="true"
android:permission="android.permission.BIND_VPN_SERVICE"
- android:foregroundServiceType="dataSync"
+ android:foregroundServiceType="specialUse"
android:process=":openvpn">
<intent-filter>
<action android:name="android.net.VpnService" />