Skip to content

Commit

Permalink
Fix backup definition in legacy metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Apr 29, 2024
1 parent 94019b1 commit 3cec344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoenix-legacy/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/legacy_app_name"
android:roundIcon="@mipmap/ic_launcher_round"
Expand Down

0 comments on commit 3cec344

Please sign in to comment.