Browse Source

enforce round launcher icon on pre Oreo devices

AndyScherzinger 7 years ago
parent
commit
dbf753cce3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/gplay/AndroidManifest.xml
  2. 1 1
      src/main/AndroidManifest.xml

+ 1 - 1
src/gplay/AndroidManifest.xml

@@ -22,7 +22,7 @@
 
     <application
         android:name=".MainApp"
-        android:icon="@mipmap/ic_launcher"
+        android:icon="@mipmap/ic_launcher_round"
 		android:roundIcon="@mipmap/ic_launcher_round"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"

+ 1 - 1
src/main/AndroidManifest.xml

@@ -57,7 +57,7 @@
 
     <application
         android:name=".MainApp"
-        android:icon="@mipmap/ic_launcher"
+        android:icon="@mipmap/ic_launcher_round"
         android:roundIcon="@mipmap/ic_launcher_round"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"