Set allowBackup to false (trying prevent BackupManager from killing us)

This could help #134
here
Andreas Shimokawa 2015-10-11 10:52:01 +09:00
parent 4533ae22ee
commit 3410e90fb0
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
<application
android:name=".GBApplication"
android:allowBackup="true"
android:fullBackupContent="true"
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/GadgetbridgeTheme">