summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-10-11 14:57:57 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-10-16 09:18:55 +0200
commitb0944b93cf60016ab1c5795b4a53f5f7667556e2 (patch)
treed4a0e2ddc8adaacb7e6461e0f6454eb25809da52 /android/app/src/debug
parent8fbf803748fde05863f5eaa91a3d818ad27c56b3 (diff)
downloadmullvadvpn-b0944b93cf60016ab1c5795b4a53f5f7667556e2.tar.xz
mullvadvpn-b0944b93cf60016ab1c5795b4a53f5f7667556e2.zip
Remove legacy option
Diffstat (limited to 'android/app/src/debug')
-rw-r--r--android/app/src/debug/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 4a7ea6893d..f31bc4d566 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -10,7 +10,6 @@
<application android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/Theme.App.Starting"
- android:extractNativeLibs="true"
android:requestLegacyExternalStorage="true"
android:allowBackup="false"
android:banner="@mipmap/ic_banner"