You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To resolve this issue, we need to request a new permission. However, this is high-level permission and primarily intended for file manager apps.
MANAGE_EXTERNAL_STORAGE
...Intended to be used by few apps that need to manage files on behalf of the users.
We do not actually require this permission as we can tap the button on the top and access files through the system's file picker using an intent. In our app, though, we will not be able to display file thumbnails on newer APIs due to Google's privacy concerns.
I am sharing a video to demonstrate how we can upload a pdf file from the device and I'm closing this issue.
Expected behavior
We should view document files, such as
.pdf
, on the Media Browser screen on devices that use API 30.Screenshot from API29 - Notice "pdf" file
Actual behavior
We cannot view document files, such as
.pdf
, on the Media Browser screen on devices that use API 30.Screenshot from API30 - No "pdf" file
Steps to reproduce the behavior
Tested on Emulator Pixel 2 API 30, Android 11, JPAndroid 22.1
The text was updated successfully, but these errors were encountered: