-
Notifications
You must be signed in to change notification settings - Fork 711
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
doesn't work on older android versions supported by flutter 16+ #25
Comments
Can you be clear about which version you’re referring to? |
16 17 18, since api level 19 uses WRITE_EXTERNAL_STORAGE only , may beadding READ_EXTERNAL_STORAGE will make the plugin work on 16 17 18 api levels ? |
Can you fork it and give it a try? I’m not able at the moment. If it works make a PR. Thank you. |
okay I will try |
didn't help , android 16 17 18 are not working with this plugin |
I found a solution , it is a problem with android itself , below android 5 lollipop , phones have Downloads app not File Manger app , so to use apps that use this plugin , the phone needs to have a file manager like ES File Manager , I'm gonna close this issue since I found a solution |
Yes, thank you for pointing that. I forgot to mention that the phone always need a FileExplorer to handle the intent that is made, after api 19 there is a native explorer provided with Android which should always be the preferred one for this plugin. I'll probably add this to the readme. There are however, one issue reported from an user that has a custom FileProvider from a custom rom (I believe a lenovo rom from a Moto phone) which somehow won't provide the correct path neither will open the native explorer. |
No description provided.
The text was updated successfully, but these errors were encountered: