Open DucLongDTH opened 2 years ago
Any update on this?
Hi, the problem is not strictly related to the package (images_picker), but it is a modification of the permissions Android 13
source 1: https://developer.android.com/about/versions/13/behavior-changes-13
source 2: https://issuetracker.google.com/issues/228868661
I solved it by adding these permissions to .. \ android \ app \ src \ main \ AndroidManifest.xml
and modifying .. \ android \ app \ build.gradle
targetSdkVersion 32 instead of -> targetSdkVersion 33 compileSdkVersion 33
Any update on this?
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
Hi, the problem is not strictly related to the package (images_picker), but it is a modification of the permissions Android 13
source 1: https://developer.android.com/about/versions/13/behavior-changes-13
source 2: https://issuetracker.google.com/issues/228868661
I solved it by adding these permissions to .. \ android \ app \ src \ main \ AndroidManifest.xml
and modifying .. \ android \ app \ build.gradle
targetSdkVersion 32 instead of -> targetSdkVersion 33 compileSdkVersion 33
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 ?
@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?
@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
Hi, the problem is not strictly related to the package (images_picker), but it is a modification of the permissions Android 13
source 1: https://developer.android.com/about/versions/13/behavior-changes-13
source 2: https://issuetracker.google.com/issues/228868661
I solved it by adding these permissions to .. \ android \ app \ src \ main \ AndroidManifest.xml
and modifying .. \ android \ app \ build.gradle
targetSdkVersion 32 instead of -> targetSdkVersion 33 compileSdkVersion 33
@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 !