View Issue Details

IDProjectCategoryView StatusLast Update
0013956MMAGeneralpublic2017-03-08 05:43
Reportermarek Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.2.0 
Target Version1.3.0Fixed in Version1.3.0 
Summary0013956: Android Marshmallow uses autobackup
DescriptionThere is a feature in android since 6.0 that all files are automatically backed up:

https://developer.android.com/guide/topics/data/autobackup.html

It is fine but it is not backed up so often as we back up our DB to SD card - only once a day. And this autobackup has higher priority. So we have to find out what files should be backed up. DB should be certainly excluded from autobackup.
TagsNo tags attached.
Fixed in build667

Activities

marek

2017-01-26 22:15

developer   ~0047088

In build 667 - only shared preferences are automatically backed up

marek

2017-03-08 05:43

developer   ~0047432

It looks like fixed now. We can certainly tweak this in the future.