diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-12 14:25:36 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-03-12 15:07:19 +0000 |
| commit | ef9be2849df5d10a7b3618177c480993bbf2e5f2 (patch) | |
| tree | ca24d98e4d8a0df1a3cdbb55956c9d20ba4785a3 /android/src/main/AndroidManifest.xml | |
| parent | 7d797edb356c9b9658c751e6c06cd4ffd98316da (diff) | |
| download | mullvadvpn-ef9be2849df5d10a7b3618177c480993bbf2e5f2.tar.xz mullvadvpn-ef9be2849df5d10a7b3618177c480993bbf2e5f2.zip | |
Use same launcher icon image for round icons
Diffstat (limited to 'android/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index ac0c912325..470ff85138 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ <application android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher" android:theme="@style/AppTheme" android:allowBackup="false" > |
