Remove allowBackup=false from AndroidManifest

No clue why this was specified to begin with.
This commit is contained in:
Brandon Presley 2024-02-11 18:18:05 +13:00
parent 6b60c41ac8
commit 655fe8ad53
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"