summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-06-28 14:45:01 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-07-04 12:09:36 +0200
commitd23e892ded487453ef6d8149fc3d9b7d21d72ca9 (patch)
tree45b7b78a1ae3bb941ddf8b8ffe76d67202858b5a /android/app/src/debug
parent6ec847fea0db4223c32b7297c920ebcc71414abb (diff)
downloadmullvadvpn-d23e892ded487453ef6d8149fc3d9b7d21d72ca9.tar.xz
mullvadvpn-d23e892ded487453ef6d8149fc3d9b7d21d72ca9.zip
Add splash screen
Diffstat (limited to 'android/app/src/debug')
-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>