-
Notifications
You must be signed in to change notification settings - Fork 509
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
Issue with Android 33 and above #343
Comments
I made some changes for andorid 13 |
If you're getting "No storage permission, please authorize before use.", you can following the steps below to resolve the issue.
For Android 11 and higher, we don't need to check the permission for WRITE_EXTERNAL_STORAGE. But, in our case it's checking the permission, which will always returns false. As a result we are getting the error. Instead, step 2 makes sure permission is not denied. Hope this helps :) |
@geekwhatelse doesnt work in my case |
@hisetu I am also not able to view all images once open Album. When I open at that time only that images which is taken by camera. Please let me know what you have update for Android 13. I have also tried to implement @geekwhatelse kwhatelse explained but still not working. Kindly please do some help because I am trying to solve this issue last 2 days |
@IDFDeveloper if you still isnt able to work this let me know.but first you have to convert library to native code |
Issue with Android 33 and above , It is not working. Provide proper solution.
The text was updated successfully, but these errors were encountered: