More friendly access to data/obb folder on Android 14+ - Version 2#90
Conversation
|
Unrelated to your PR but it doesn't seem right to fire "Storage permission is required" toast when pressing back on the system SAF page. |
5191625 to
445d12a
Compare
If you're talking about the |
|
Let's apply this new behavior to Android 11 and above. More context: FossifyOrg/File-Manager#16 (comment) |
|
Done. The |
|
This change looks safe for the most part, even though the SAF callback is never executed now. These functions really are used extensively. I hope you have tested this and it is regression-free ;) |
9084e38 to
f8d09ee
Compare
Well, I did my share of tests, and I hardly see how it could be worse than the current broken situation given the limited scope of the changes (that's also why I wanted to avoid any major UI changes). Note that on my side, the file browsing feature is completely broken in apps other than the file manager (I know there is an ongoing issue about this), but the data/ and obb/ are still available (and the only available folders actually), so I could test the dialog on the Voice recorder app. Then, you're the code reviewer, and you know your apps better than me, so your own tests are essential ;) And I noticed you already spotted a few existing bugs from before this PR ;) |
|
Looks good now, thanks! A Jitpack build should be up soon for FossifyOrg/File-Manager#152. |
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
On Android < 14:
On Android 14+:

Fixes the following issue(s)
Relies on the following changes
Acknowledgement