Enum AndroidExternalStorageState
Represents a bit mask describing the state of the external storage for an Android application
[Flags]
public enum AndroidExternalStorageState : uint
Fields
Read = 1The external storage can be read
The external storage is unavailable
Write = 2The external storage can be written
Remarks
See the official Android developer guide for more information: http://developer.android.com/guide/topics/data/data-storage.html.