hi all,
I use the code to check whether the mouted device is exist,
but always get false..I can't understand?
I try unmount it (just insert the device but not use "mount" in
console mode)
and mount device (use mount command in console mode) status but get
the same result.
thanks!
========================
public boolean isExternalStorageReady(){
return Environment.getExternalStorageState().equals
(Environment.MEDIA_MOUNTED);
}
========================
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---