summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-07-04 12:10:01 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-07-04 12:10:01 +0200
commitc59d28f6f3f28c5dac970efe4c32617129121cfa (patch)
tree45b7b78a1ae3bb941ddf8b8ffe76d67202858b5a /android/app/src/debug/AndroidManifest.xml
parent8263dc7ad41f07e2cfdeab9d24ec82c638ca6c0f (diff)
parentd23e892ded487453ef6d8149fc3d9b7d21d72ca9 (diff)
downloadmullvadvpn-c59d28f6f3f28c5dac970efe4c32617129121cfa.tar.xz
mullvadvpn-c59d28f6f3f28c5dac970efe4c32617129121cfa.zip
Merge branch 'android-splash-screen'
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
-rw-r--r--android/app/src/debug/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 61ef2c7e50..cfe2c7c4df 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -8,10 +8,10 @@
tools:ignore="ScopedStorage" />
<application android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
- android:theme="@style/AppTheme"
+ android:theme="@style/Theme.App.Starting"
android:extractNativeLibs="true"
android:allowBackup="false"
android:banner="@drawable/banner"
android:name=".MullvadApplication"
- tools:ignore="DataExtractionRules,GoogleAppIndexingWarning"></application>
+ tools:ignore="DataExtractionRules,GoogleAppIndexingWarning"/>
</manifest>