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

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -