Marmo / debitum

free and libre IOU tracker for Android
GNU General Public License v3.0
85 stars 7 forks source link

open backup directory from settings #69

Closed nutpantz closed 2 years ago

nutpantz commented 3 years ago

Newer Android versions don't allow apps to save backups anywhere, which make backups of data a nightmare to hunt all the locations of backup data.

It would be nice if in the settings the app would open the directory of the backup with the users choice of file manager to copy the file where the user wants it

rikhwanto commented 2 years ago

Have you checked out Storage Access Framework? It's the official way to arbitrarily create and open files in storage on Android 11 and newer. I think it'll be the best approach too

Marmo commented 2 years ago

Closed by #101, thanks @rikhwanto