Update AndroidManifest.xml

disable Auto Backup
This commit is contained in:
Andre Kirchhoff 2022-04-24 10:30:41 -03:00 committed by GitHub
parent a44758e28d
commit 2c34126a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@
<application
tools:replace="android:icon"
android:name="com.geeksville.mesh.MeshUtilApplication"
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher2"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher2_round"
@ -197,4 +197,4 @@
</receiver>
</application>
</manifest>
</manifest>