-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android picker returns null if a file is selected from Recent section #13
Comments
@shiv19 that seem native related. Did you try on real device? |
@farfromrefug yes, these screenshots are from a real device. It was connected to my laptop via USB debugging mode. |
The target SDK is 30. |
I'm also having the same problem, does anyone have a solution? |
Same here. Seems that the error is not only related to recent section, because it had occasions which I was able to navigate to a folder and back to recent section and I was able to pick file. In other times it return null from Download section. |
@farfromrefug Don't worry, I definitely understand :). The solutions I've found didn't work for my case, but I'll keep searching! |
Same for me, any solution or workaround? |
I have the same error when select a PDF or doc file with Android 11 SDK 30. And in my case when attempt to read file get error: Error: ReadTask returns no result.
If i change to targetSdkVersion 29 works fine but to publish now to google app store need 30 |
If I select the XML file from the Recent section then I get back null,
However, if I open the menu and go into the internal storage, downloads and then select the file, I get the correct path
The text was updated successfully, but these errors were encountered: