Set allowBackup to false (trying prevent BackupManager from killing us)
This could help #134
This commit is contained in:
parent
4533ae22ee
commit
3410e90fb0
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".GBApplication"
|
android:name=".GBApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="false"
|
||||||
android:fullBackupContent="true"
|
android:fullBackupContent="false"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/GadgetbridgeTheme">
|
android:theme="@style/GadgetbridgeTheme">
|
||||||
|
|
Loading…
Reference in New Issue