浏览代码

add roundIcon to Manifest

tobiaskaminsky 7 年之前
父节点
当前提交
138e35c512
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/AndroidManifest.xml

+ 1 - 0
src/main/AndroidManifest.xml

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