From ab735293b122577696f0e97129ca79ab390b7b85 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 20 Oct 2021 21:54:22 +0200 Subject: [PATCH] Android: Adjust string about file manager apps on Android 11 When I made 9c8bb24, I assumed it was completely impossible for a non-preloaded app to access the entirety of the Android/data/ folder on Android 11. This turned out to be false. While you can't access the directory without using SAF (even if you have the Manage All Files permission), and the user can't navigate to the folder using the SAF folder picker, what you can do is pass the Android/data/ folder as an EXTRA_INITIAL_URI to the SAF folder picker. If the user then presses "use this folder" without navigating out of the folder, the app will be able to access the folder using SAF. So what does that mean for Dolphin? It means scoped storage is a little less bad than I feared, and I have a string to adjust. --- Source/Android/app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 5da8969623..a0b9d2fcd6 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -358,7 +358,7 @@ User Data Your user data is stored in a location which will not be deleted when you uninstall the app: Your user data is stored in a location which will be deleted when you uninstall the app: - Because you\'re using Android 11 or newer, you can\'t access this location using file manager apps. However, you can access it using the system file manager, or by connecting your device to a PC. + Because you\'re using Android 11 or newer, not all file manager apps can access this location. However, you can access it using the system file manager (if present on your device), or by connecting your device to a PC. Open System File Manager Sorry, Dolphin couldn\'t find the system file manager on your device.