ContentManager icon indicating copy to clipboard operation
ContentManager copied to clipboard

Android library for getting photo or video from a device gallery, cloud or camera. Working with samsung devices. Made by Stfalcon

Results 4 ContentManager issues
Sort by recently updated
recently updated
newest added

My device is redmi Note 4 running 7.0 I am calling the contentManager inside SupportFragment 1. onActivityResult() returns the image data 2. then onStartContentLoading called 3. then onError with null...

Hi! I need to start saying thanks for the project, since it's being really helpful for implementing the functionality of taking photo and picking media from the gallery. About the...

The method contentManager.pickContent(ContentManager.Content.IMAGE) asks for permission when called, and the method contentManager.takePhoto() does not request permission and crashes the system. `java.lang.SecurityException: Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=com.google.android.GoogleCamera/com.android.camera.CaptureActivity clip={text/uri-list...

Can we get original file name in onContentLoaded?