-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Android Q java.io.FileNotFoundException: open failed: EACCES (Permission denied) #623
Comments
Any update? |
Same problem here, with the same target API I've figure it out that if I launch the camera intent, go back and then retry to pick up a picture from the gallery it will work perfectly
And after this it will work every time but if I uninstall / install the app it will not bug again Edit: Even with this in my Manifest :
|
Same problem |
Hi, private void openImagesDocument() { private void openCropActivity(Uri sourceUri, Uri destinationUri) {
public void onActivityResult(int requestCode, int resultCode, @nullable Intent data) {
} private File getImageFile() throws IOException { |
Hi regards |
Hi regards |
Using requestLegacyExternalStorage="true" in manifest leads to AAPT error during build |
This might be a duplicate or related to #598 |
Duplicate #598 would be fixed soon. |
i changed some code and solved the problem |
hi,
dear can you share with me a sample android Q please
thanks
…________________________________
From: Tangxb <[email protected]>
Sent: Friday, April 17, 2020 11:19 AM
To: Yalantis/uCrop <[email protected]>
Cc: Anonymous123456789123 <[email protected]>; Mention <[email protected]>
Subject: Re: [Yalantis/uCrop] Android Q java.io.FileNotFoundException: open failed: EACCES (Permission denied) (#623)
i changed some code and solved the problem
BitmapCropTask.java<https://gist.github.com/t2314862168/2d6163bd91d5624ce4797973223ced62>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#623 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHBKLQ5OIIEV5SPBJ76NK3LRNAGJZANCNFSM4KXZSPMA>.
|
@Anonymous123456789123 emm , here is sample uCrop-2.2.4 ,just clone down and enjoy it |
@t2314862168 Could you please make a pull request and add your changes to the origin repo? |
Here what Google write about this: We have to use: Media Store API or storage access framework to be able to run our apps on Android 11+, other ways - Google will block our accounts. Or one can write Google a message and tell why he/she can't use new API for that. |
Hi,
I have an issue related to the android 10 or Q in which when picking an image from gallery the app crashes and mentions java.io.FileNotFoundException: open failed: EACCES (Permission denied). While it is working normally for android devices below 29. Note that the target API in gradle is 29.
Kindly your kind support is appreciated.
The text was updated successfully, but these errors were encountered: