summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-07-25 13:06:50 +0200
committerAlbin <albin@mullvad.net>2023-07-25 14:08:52 +0200
commit256426268b5c0f821d64a9985a5c962d9e5ce7e5 (patch)
tree3e14dd1501f1669b109abbc272cef7028ac2ea51 /android
parentde4e1d85837d3790eccb6ac0d3a7ed172e68b36c (diff)
downloadmullvadvpn-256426268b5c0f821d64a9985a5c962d9e5ce7e5.tar.xz
mullvadvpn-256426268b5c0f821d64a9985a5c962d9e5ce7e5.zip
Add network permission to talpid module
Diffstat (limited to 'android')
-rw-r--r--android/lib/talpid/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/lib/talpid/src/main/AndroidManifest.xml b/android/lib/talpid/src/main/AndroidManifest.xml
index cc947c5679..d7546021b5 100644
--- a/android/lib/talpid/src/main/AndroidManifest.xml
+++ b/android/lib/talpid/src/main/AndroidManifest.xml
@@ -1 +1,3 @@
-<manifest />
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+</manifest>