fix: disable backup in AndroidManifest.xml

This commit is contained in:
tapframe 2026-07-05 02:59:06 +05:30
parent 7191e91dd6
commit 2c47fb333e

View file

@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:usesCleartextTraffic="true"