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:
commit
b058a04f58
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user