summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-11-07 16:15:09 +0100
committerAlbin <albin@mullvad.net>2023-11-07 16:15:09 +0100
commitbf2b0c7ca27b8c5bd5142a09af8aa8692921bd55 (patch)
tree30541851f70ce343b8166587c970404b8e047b19 /android/app/src/debug/AndroidManifest.xml
parent5720938fe9a74edced6e831f794fad7d7bd8de94 (diff)
parent17deaacd157e8825c857ced73811198b39bb9519 (diff)
downloadmullvadvpn-bf2b0c7ca27b8c5bd5142a09af8aa8692921bd55.tar.xz
mullvadvpn-bf2b0c7ca27b8c5bd5142a09af8aa8692921bd55.zip
Merge branch 'use-infra-flavor-as-app-label'
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
-rw-r--r--android/app/src/debug/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index e1a8f8be40..b1674e98f1 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -4,7 +4,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
- <application android:label="@string/app_name"
+ <application
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme"