-
Notifications
You must be signed in to change notification settings - Fork 94
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 min target sdk version 29 #115
Comments
I have the same question. Have you solved this problem ? |
Having the same issue. Any chances to get it resolved? |
Got this too, permission issue maybe? |
Not certain what this fork changed, but it seems to be working? |
That's only a temporary solution
https://developer.android.com/training/data-storage/use-cases |
Why is this issue closed? I think the plugin should address this issue since the fix above is only a temporary work-around. |
@TDola How is this working out for you with Android 11? Have you moved to a different picker again? |
@rlindgren Not yet, so far we are targeting API 30 and it's still working. I have kind of scheduled it in to be replaced for every upcoming release just in case the thing finally breaks. |
New apps must target at least Android 10 (API level 29) (Ref. https://developer.android.com/distribute/play-policies)
config.xml
<preference name="android-targetSdkVersion" value="29" />
Test on Huawei Nova 5(Android 10)
This solving the problem from now on Not available anymore (Ref. #110 )
How to fix?
The text was updated successfully, but these errors were encountered: