소스 검색

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"