altosdroid: Switch storage to media dir
authorKeith Packard <keithp@keithp.com>
Sun, 10 Oct 2021 03:58:26 +0000 (20:58 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 10 Oct 2021 03:58:26 +0000 (20:58 -0700)
Even with the WRITE_EXTERNAL_STORAGE permission, we appear to no
longer have permission to write to a random external storage
dir. Instead, we only have permission to write to an app-specific dir,
buried deep in the directory tree. We can get that directory name with
getExternalMediaDirs()[0].

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found