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

Library work upto android 10, will library supports andorid 11? #240

Open
prakash-android opened this issue Mar 3, 2021 · 5 comments
Open

Comments

@prakash-android
Copy link

Since recent changes in android sdk, storage permissions have changed as scoped storage concept introduced. any update on that in easy image library? @jkwiecien kindly release new version with android 11 support. Thanks in advance.

@prakash-android prakash-android changed the title Library work devices upto android 10, will library supports andorid 11? Library work upto android 10, will library supports andorid 11? Mar 3, 2021
@jkwiecien
Copy link
Owner

jkwiecien commented Mar 3, 2021 via email

@prakash-android
Copy link
Author

Ok thanks. let me know if its resolved.

@Deepan27
Copy link

Hi there, any update on this issue? @prakash-android you found a solution for this?

@jkwiecien
Copy link
Owner

So, what exactly doesnt work on Android 11 for You?

I know that setCopyImagesToPublicGalleryFolder doesn't work anymore, but is there anyting else?

@MahmoudMabrok
Copy link

MahmoudMabrok commented Apr 19, 2021

it worked for me, with adding <queries> at Manifest [to allow pick from camera], also (setCopyImagesToPublicGalleryFolder is false)
I can open camera, pick from gallery.

 <!--added to allow app to call camera app to PICK a picture -->
    <queries>
        <intent>
            <action android:name="android.media.action.IMAGE_CAPTURE" />
        </intent>
    </queries>

you may face error with APPT that not resolve
check this answer https://stackoverflow.com/a/67158711/4965949 [please upvote if it solve your problem]

also before openGallery you do not need any permission if device is android 10+ else will need WRITE permission as listed at README

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

4 participants