summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src')
-rw-r--r--android/app/src/androidTest/AndroidManifest.xml3
-rw-r--r--android/app/src/devmole/AndroidManifest.xml3
-rw-r--r--android/app/src/stagemole/AndroidManifest.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/android/app/src/androidTest/AndroidManifest.xml b/android/app/src/androidTest/AndroidManifest.xml
index c369eb60db..7e6663f58c 100644
--- a/android/app/src/androidTest/AndroidManifest.xml
+++ b/android/app/src/androidTest/AndroidManifest.xml
@@ -2,5 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Required on certain Android versions and/or ABIs
https://github.com/mockk/mockk/issues/297#issuecomment-641361770 -->
- <application android:extractNativeLibs="true" />
+ <application android:extractNativeLibs="true"
+ android:allowBackup="false" />
</manifest>
diff --git a/android/app/src/devmole/AndroidManifest.xml b/android/app/src/devmole/AndroidManifest.xml
index 562f92a73a..602aecb6e4 100644
--- a/android/app/src/devmole/AndroidManifest.xml
+++ b/android/app/src/devmole/AndroidManifest.xml
@@ -2,5 +2,6 @@
xmlns:tools="http://schemas.android.com/tools">
<application android:icon="@mipmap/ic_launcher"
android:label="Devmole VPN"
- tools:replace="android:label" />
+ tools:replace="android:label"
+ android:allowBackup="false" />
</manifest>
diff --git a/android/app/src/stagemole/AndroidManifest.xml b/android/app/src/stagemole/AndroidManifest.xml
index 8fd7cf3453..204a6b6290 100644
--- a/android/app/src/stagemole/AndroidManifest.xml
+++ b/android/app/src/stagemole/AndroidManifest.xml
@@ -2,5 +2,6 @@
xmlns:tools="http://schemas.android.com/tools">
<application android:icon="@mipmap/ic_launcher"
android:label="Stagemole VPN"
- tools:replace="android:label" />
+ tools:replace="android:label"
+ android:allowBackup="false" />
</manifest>