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/debug | |
| 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/debug')
| -rw-r--r-- | android/app/src/debug/AndroidManifest.xml | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index b1674e98f1..ff2d7e28a0 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,25 +1,21 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools"> - - <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> - - <application - android:icon="@mipmap/ic_launcher" - android:roundIcon="@mipmap/ic_launcher" - android:theme="@style/AppTheme" - android:extractNativeLibs="true" - android:allowBackup="false" - android:banner="@drawable/banner" - android:name=".MullvadApplication" - tools:ignore="GoogleAppIndexingWarning"> + xmlns:tools="http://schemas.android.com/tools"> + <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> + <application android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher" + android:theme="@style/AppTheme" + android:extractNativeLibs="true" + android:allowBackup="false" + android:banner="@drawable/banner" + android:name=".MullvadApplication" + tools:ignore="GoogleAppIndexingWarning"> <activity android:name="net.mullvad.mullvadvpn.TestActivity" - android:label="@string/app_name" - android:launchMode="singleTask" - android:configChanges="orientation|screenSize|screenLayout" - android:screenOrientation="locked" - android:windowSoftInputMode="adjustPan" - android:exported="true"> - </activity> + android:label="@string/app_name" + android:launchMode="singleTask" + android:configChanges="orientation|screenSize|screenLayout" + android:screenOrientation="locked" + android:windowSoftInputMode="adjustPan" + android:exported="true"></activity> </application> </manifest> |
