android-multiple-images-selector
android-multiple-images-selector copied to clipboard
library is not working
Library i snot working in Api level 26 please can you update it..
Yes please it's really sad that its not working
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();
}
}
Camera is not working with in Api level 26 . Can you please help me