Skip to content

Commit

Permalink
Disable application backup on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Jul 25, 2024
1 parent 2cc8aa0 commit 224a1f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:label="Breez Cloud"
android:name="${applicationName}"
android:roundIcon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:allowBackup="false">

<service
android:name=".BreezFcmService"
Expand Down

0 comments on commit 224a1f5

Please sign in to comment.