android - isExternalStorageRemovable throws Illegal exception even if SD card is attached with device -
i got paths application using getexternalfilesdirs
api. after each file calling isexternalstorageremovable
(file_name) check whether storage removable or not. throws exception: java.lang.illegalargumentexception: failed find storage device @ _given_path_
what possible reason this. sd card still inserted in device only.
Comments
Post a Comment