Hi all
I use Filesystem API and I able to add listener addStorageStateChangeListener.
In callback method onStorageStateChanged comes FileSystemStorage object with 3 fileds: label, type and state.
1)type: contains EXTERNAL or INTERNAL values.
2)label: contains values like internal0, removable1 .
Could I get more detailed info about storages (is it microSD card or USB host)?
Is it somewhere list of all possibly internal/external devices and labels on which they are mapped?
Alexey.