minetest/android
rubenwardy 6901c5fae5
Use scoped app storage on Android (#11466)
From November 2021, the Play Store will no longer be accepting
apps which use the deprecated getExternalStorageDirectory() API.

Therefore, this commit replaces uses of deprecated API with the new
scoped API (`getExternalFilesDir()` and `getExternalCacheDir()`).
It also provides a temporary migration to move user data from the
shared external directory to new storage.

Fixes #2097,  #11417 and #11118
2021-10-15 18:14:48 +02:00
..
app Use scoped app storage on Android (#11466) 2021-10-15 18:14:48 +02:00
gradle/wrapper Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
icons Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
native Use scoped app storage on Android (#11466) 2021-10-15 18:14:48 +02:00
.gitignore Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
build.gradle Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
gradle.properties Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
gradlew Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
gradlew.bat Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
keystore-minetest.jks Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00
settings.gradle Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00