Packageorg.zengrong.ane.enum
Classpublic class StorageState
InheritanceStorageState Inheritance Object

Andorid设备返回的外部存储器的状态枚举

See also

http://developer.android.com/reference/android/os/Environment.html


Public Constants
 ConstantDefined By
  MEDIA_BAD_REMOVAL : String = bad_removal
[static]
StorageState
  MEDIA_CHECKING : String = checking
[static]
StorageState
  MEDIA_MOUNTED : String = mounted
[static]
StorageState
  MEDIA_MOUNTED_READ_ONLY : String = mounted_ro
[static]
StorageState
  MEDIA_NOFS : String = nofs
[static]
StorageState
  MEDIA_REMOVED : String = removed
[static]
StorageState
  MEDIA_SHARED : String = shared
[static]
StorageState
  MEDIA_UNMOUNTABLE : String = unmountable
[static]
StorageState
  MEDIA_UNMOUNTED : String = unmounted
[static]
StorageState
Constant Detail
MEDIA_BAD_REMOVALConstant
public static const MEDIA_BAD_REMOVAL:String = bad_removal

MEDIA_CHECKINGConstant 
public static const MEDIA_CHECKING:String = checking

MEDIA_MOUNTEDConstant 
public static const MEDIA_MOUNTED:String = mounted

MEDIA_MOUNTED_READ_ONLYConstant 
public static const MEDIA_MOUNTED_READ_ONLY:String = mounted_ro

MEDIA_NOFSConstant 
public static const MEDIA_NOFS:String = nofs

MEDIA_REMOVEDConstant 
public static const MEDIA_REMOVED:String = removed

MEDIA_SHAREDConstant 
public static const MEDIA_SHARED:String = shared

MEDIA_UNMOUNTABLEConstant 
public static const MEDIA_UNMOUNTABLE:String = unmountable

MEDIA_UNMOUNTEDConstant 
public static const MEDIA_UNMOUNTED:String = unmounted