WAI
Status Update
Comments
gi...@gmail.com <gi...@gmail.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please share the test log and full bug report.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Please share the test log and full bug report.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
vi...@google.com <vi...@google.com> #3
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
vi...@google.com <vi...@google.com> #4
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
lb...@gmail.com <lb...@gmail.com> #5
@4 Seems it returns a boolean value.
How does it work when the option for users is of 3 options: disabled, all-access, media-only?
See attached.
Remember that the new storage permission is of "all-access" type. Not media-only.
I suggest to update the docs because it's unclear what it does according to these options.
Also, if indeed it's as I wrote (meaning no way to check it out), please add API (and have it on support library too) to check it out.
How does it work when the option for users is of 3 options: disabled, all-access, media-only?
See attached.
Remember that the new storage permission is of "all-access" type. Not media-only.
I suggest to update the docs because it's unclear what it does according to these options.
Also, if indeed it's as I wrote (meaning no way to check it out), please add API (and have it on support library too) to check it out.
vi...@google.com <vi...@google.com> #6
Once again, thank you for submitting the feature request. After following up with our product and engineering teams, We would like to inform you that the current design is working as intended.
Description
Sadly currently when you upgrade your app to target API 30, and have to use MANAGE_EXTERNAL_STORAGE, it's not auto-granted (when storage permission was granted to reach all files).
And the user can set it to reach only media files, too.
Please offer an API to check if the legacy storage permission is granted to all files.