openintents / shoppinglist

OI Shopping List
http://openintents.org/shoppinglist
64 stars 49 forks source link

Enhancement: option to store database on /sdcard #81

Open tom709 opened 1 year ago

tom709 commented 1 year ago

Would it be possible to modify ShoppingList such that the user can choose to store the database on /sdcard instead of in internal memory? Google has deprecated "adb backup", so it will stop working in future versions of Android. When that happens, it will be impossible for a user to create backups of data that an app stores in internal memory. In order not to risk losing data, it will be necessary to store it under /sdcard where it can be accessed by a backup solution.

clach04 commented 3 weeks ago

I think https://github.com/stebeh/shoppinglist/commit/440ebc05a608a3dd4cd628bb4f72332293eb1efc by @stebeh may resolve this.

clach04 commented 3 weeks ago

Unclear if https://github.com/openintents/shoppinglist/issues/63 is related?