Is there any function/method which allow to detect all kind of different storage to your phone with their names. I mean to detect all internal/external storage if there is more than one available on your device. And how to detect if there is available SD Card or not?
Thanks in advance!
I don’t know about other types of storage device, I only know Internal Storage and External Storage device for android.
Now for check available external storage something like,
And for Internal storage, (Internal storage is always remain (present) so no need to check it) just get like,
Now, in both case to check available free memory and usage memory,