mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Fix androidIcon and androidRoundIcon; add allowBackup="true"
This commit is contained in:
parent
1754e9fe5b
commit
fc4e3d1f70
1 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,10 @@
|
|||
android:hardwareAccelerated="true"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme"
|
||||
android:roundIcon="@drawable/ic_launcher"
|
||||
android:supportsRtl="true">
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:allowBackup="true">
|
||||
|
||||
<!-- <activity
|
||||
android:name=".scanActivity"
|
||||
|
|
Loading…
Reference in a new issue