Fix androidIcon and androidRoundIcon; add allowBackup="true"

This commit is contained in:
jacques 2020-08-14 15:12:30 +02:00
parent 1754e9fe5b
commit fc4e3d1f70

View file

@ -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"