diff options
| author | Albin <albin@mullvad.net> | 2023-11-22 15:42:03 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-22 15:42:03 +0100 |
| commit | 4c06942baa5197a139b8bf53f46c1fe5630625be (patch) | |
| tree | 80d70803f010a000743286de9333cec0b82bc29d /android/app/src/devmole | |
| parent | 507e5c9b482b5416e1257c612505495c9ae84797 (diff) | |
| parent | 524428ee4a4a80bf547bf3290836f062352c43df (diff) | |
| download | mullvadvpn-4c06942baa5197a139b8bf53f46c1fe5630625be.tar.xz mullvadvpn-4c06942baa5197a139b8bf53f46c1fe5630625be.zip | |
Merge branch 'fix-or-suppress-mobsfscan-issues-droid-531'
Diffstat (limited to 'android/app/src/devmole')
| -rw-r--r-- | android/app/src/devmole/AndroidManifest.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/android/app/src/devmole/AndroidManifest.xml b/android/app/src/devmole/AndroidManifest.xml index 43b74c1f16..602aecb6e4 100644 --- a/android/app/src/devmole/AndroidManifest.xml +++ b/android/app/src/devmole/AndroidManifest.xml @@ -1,8 +1,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools"> - - <application - android:icon="@mipmap/ic_launcher" - android:label="Devmole VPN" - tools:replace="android:label" /> + xmlns:tools="http://schemas.android.com/tools"> + <application android:icon="@mipmap/ic_launcher" + android:label="Devmole VPN" + tools:replace="android:label" + android:allowBackup="false" /> </manifest> |
