android - what this methods does isExternalStorageRemovable and isExternalStorageEmulated -
sorry if question have been asked before . didnt understand . can 1 give me explanation of example . difference between both of them isexternalstorageremovable , isexternalstorageemulated
in old android devices external storage directed sd card physically remove. in new android devices external storage directed directory on data partition (with fuse on top of it) - emulated sd card.
so, isexternalstorageemulated tell if storage on data partition , isexternalstorageremovable tell if storage sd card. of time return opposite output guess can find rare device external storage separated partition both of them return false.
Comments
Post a Comment