set allowBackup to false
This commit is contained in:
parent
f3c6abdd4d
commit
48c239338d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <!-- for day/night mode -->
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:name=".TuskyApplication"
|
||||
|
|
Loading…
Reference in a new issue