woefe/ShoppingList

Check WRITE_EXTERNAL_STORAGE permission on startup

Closed this issue · 0 comments

woefe commented

Currently, the app silently ignores file permission errors and falls back to the default data directory. This should be handled more transparently:

  • Ask for WRITE_EXTERNAL_STORAGE if it is not granted
  • Show a Toast/Snackbar if permission to the data directory is denied (and asking for a permission did not fix it