-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update Permission for Android 13 #92
Comments
Any update on this? |
Hi, the problem is not strictly related to the package (images_picker), source 1: source 2: I solved it by adding these permissions to and modifying targetSdkVersion 32 instead of -> targetSdkVersion 33 |
yah, not yet, i fixed the native library but i can't implement into my fork. The problem appears in a native library when it is too old |
yes, i already do it but btw I used another library and i can set to targetSdkVersion 33 compileSdkVersion 33 ^^ |
@DucLongDTH it is possible for you submit a pull request or publish this changes to another pub ? |
@leonardobenedeti i think this pub libary not updated or updated in this lib: https://pub.dev/packages/image_pickers. this support android 13 |
@DucLongDTH how can I fix this in the native? |
Cannot update in native code, you can use package image_pickers, the update version of this package |
@An5675 I am trying but it is not working my project ? Any other solution ? |
Hi , can you update lib for android 13 have permission read and write data
I also allow
ed all the permissions but when back to my app there is no change !
The text was updated successfully, but these errors were encountered: