Skip to content
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

Open
DucLongDTH opened this issue Sep 20, 2022 · 9 comments
Open

Update Permission for Android 13 #92

DucLongDTH opened this issue Sep 20, 2022 · 9 comments

Comments

@DucLongDTH
Copy link

DucLongDTH commented Sep 20, 2022

Hi , can you update lib for android 13 have permission read and write data
Screenshot_1663666521
I also allow
Screenshot_1663666582
ed all the permissions but when back to my app there is no change !

@Starkm12
Copy link

Any update on this?

@An5675
Copy link

An5675 commented Oct 26, 2022

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

@DucLongDTH
Copy link
Author

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

@DucLongDTH
Copy link
Author

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 ^^

@leonardobenedeti
Copy link

@DucLongDTH it is possible for you submit a pull request or publish this changes to another pub ?

@DucLongDTH
Copy link
Author

@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

@lamlengend98
Copy link

@DucLongDTH how can I fix this in the native?

@LongND-NTQ
Copy link

@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

@roshansrashtasoft
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants