Browse Source

add roundIcon to Manifest

tobiaskaminsky 7 years ago
parent
commit
138e35c512
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/AndroidManifest.xml

+ 1 - 0
src/main/AndroidManifest.xml

@@ -58,6 +58,7 @@
     <application
     <application
         android:name=".MainApp"
         android:name=".MainApp"
         android:icon="@mipmap/ic_launcher"
         android:icon="@mipmap/ic_launcher"
+        android:roundIcon="@mipmap/ic_launcher"
         android:label="@string/app_name"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"
         android:fullBackupContent="@xml/backup_config"
         android:theme="@style/Theme.ownCloud.Toolbar"
         android:theme="@style/Theme.ownCloud.Toolbar"