android-crop icon indicating copy to clipboard operation
android-crop copied to clipboard

Add support for Storage Access Framework

Open JaredBanyard opened this issue 11 years ago • 4 comments

I seem to be having permission problems pulling images from the "Recent" images, with it complaining about android.permission.MANAGE_DOCUMENTS missing, even though I have it declared.

JaredBanyard avatar Mar 24 '14 19:03 JaredBanyard

This library does not currently support SAF yet, so make sure your image URIs are compliant if you're running on Kit Kat. https://developer.android.com/guide/topics/providers/document-provider.html

kegsay avatar May 30 '14 14:05 kegsay

Thanks @Kegsay, I've updated the title to make the problem a bit clearer.

jdamcd avatar Jun 13 '14 12:06 jdamcd

Its not working for me for kitkat. Can you give a snippet?

Weexcelindia avatar Oct 08 '14 11:10 Weexcelindia

It is not working for me too

gelbertgel avatar Nov 11 '18 20:11 gelbertgel