Skip to content

Don't use GenericDataLocation on Android

Volker Krause requested to merge work/vkrause/android-standard-paths into master

That's outside of the app bundle and needs special permissions to write to. Use the app bundle internal data location instead.

Merge request reports