Disable db backup

This commit is contained in:
stom79 2018-04-14 07:57:48 +02:00
parent 4300b2c598
commit cbe27c5da4
1 changed files with 1 additions and 1 deletions

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"