Skip to content

Commit

Permalink
feat(bank-sdk): Disable backups for example app
Browse files Browse the repository at this point in the history
PM-86, PM-96
  • Loading branch information
a-szotyori committed Aug 6, 2024
1 parent fb7b804 commit 57353e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bank-sdk/example-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<application
android:name=".ExampleApp"
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
Expand Down

0 comments on commit 57353e7

Please sign in to comment.