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
|
||||
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">
|
||||
|
|
Loading…
Reference in New Issue