diff options
| author | Albin <albin@mullvad.net> | 2023-11-22 14:04:07 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-22 15:27:47 +0100 |
| commit | abaff0b2ace845d3b44ef70860ddbb559706ed2d (patch) | |
| tree | ba2f70b298ce04906e6c28d2253bf9ff96281f18 /android/app | |
| parent | 2b8cd70b16c62aa9c4fa98016705ab239af1609c (diff) | |
| download | mullvadvpn-abaff0b2ace845d3b44ef70860ddbb559706ed2d.tar.xz mullvadvpn-abaff0b2ace845d3b44ef70860ddbb559706ed2d.zip | |
Format manifests
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/src/androidTest/AndroidManifest.xml | 1 | ||||
| -rw-r--r-- | android/app/src/debug/AndroidManifest.xml | 38 | ||||
| -rw-r--r-- | android/app/src/devmole/AndroidManifest.xml | 10 | ||||
| -rw-r--r-- | android/app/src/stagemole/AndroidManifest.xml | 10 |
4 files changed, 25 insertions, 34 deletions
diff --git a/android/app/src/androidTest/AndroidManifest.xml b/android/app/src/androidTest/AndroidManifest.xml index 8d37c966e9..c369eb60db 100644 --- a/android/app/src/androidTest/AndroidManifest.xml +++ b/android/app/src/androidTest/AndroidManifest.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <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" /> 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> diff --git a/android/app/src/devmole/AndroidManifest.xml b/android/app/src/devmole/AndroidManifest.xml index 43b74c1f16..562f92a73a 100644 --- a/android/app/src/devmole/AndroidManifest.xml +++ b/android/app/src/devmole/AndroidManifest.xml @@ -1,8 +1,6 @@ <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" /> </manifest> diff --git a/android/app/src/stagemole/AndroidManifest.xml b/android/app/src/stagemole/AndroidManifest.xml index 3a9d85b0cc..8fd7cf3453 100644 --- a/android/app/src/stagemole/AndroidManifest.xml +++ b/android/app/src/stagemole/AndroidManifest.xml @@ -1,8 +1,6 @@ <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="Stagemole VPN" - tools:replace="android:label" /> + xmlns:tools="http://schemas.android.com/tools"> + <application android:icon="@mipmap/ic_launcher" + android:label="Stagemole VPN" + tools:replace="android:label" /> </manifest> |
