android-multiple-images-selector icon indicating copy to clipboard operation
android-multiple-images-selector copied to clipboard

library is not working

Open MHJoshi opened this issue 8 years ago • 3 comments

Library i snot working in Api level 26 please can you update it..

MHJoshi avatar Jan 18 '18 10:01 MHJoshi

Yes please it's really sad that its not working

esodot avatar Mar 27 '18 13:03 esodot

i solved the issue you just need to paste this code in your Application class.

if(Build.VERSION.SDK_INT>=24){
            try{
                Method m = StrictMode.class.getMethod("disableDeathOnFileUriExposure");
                m.invoke(null);
            }catch(Exception e){
                e.printStackTrace();
            }
        }

chnouman avatar Apr 16 '18 05:04 chnouman

Camera is not working with in Api level 26 . Can you please help me

albinsunnye avatar Aug 06 '18 02:08 albinsunnye