1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-01-10 20:13:09 +01:00

Merge pull request #13 from stom79/disable_data_backup

Disable db backup
This commit is contained in:
Schoumi 2018-06-26 09:56:09 +02:00 committed by GitHub
commit b058a04f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"