Add support for changing save location on Android (#1520)

- Enabled the Android UI path for changing the data folder
- Added Android MANAGE_EXTERNAL_STORAGE permission
- Added an Android flow to request “All files access” before opening the folder picker
- Added code path to resume the folder selection flow after returning from Android settings
- Improved the Android write-probe error message to point users at the required permission
This commit is contained in:
Carlos Manuel
2026-05-23 19:43:02 -06:00
committed by GitHub
parent beb4146f33
commit 533c76f4d6
4 changed files with 90 additions and 1 deletions
@@ -11,6 +11,7 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<application
android:allowBackup="true"