The fields of Android.OS.Environment are listed below. For a list of all members, see the Environment Members list.
See Also: Inherited members from Java.Lang.Object
const | MediaBadRemoval | string. Storage state if the media was removed before it was unmounted. |
const | MediaChecking | string. Storage state if the media is present and being disk-checked. |
const | MediaMounted | string. Storage state if the media is present and mounted at its mount point with read/write access. |
const | MediaMountedReadOnly | string. Storage state if the media is present and mounted at its mount point with read-only access. |
const | MediaNofs | string. Storage state if the media is present but is blank or is using an unsupported filesystem. |
const | MediaRemoved | string. Storage state if the media is not present. |
const | MediaShared | string. Storage state if the media is present not mounted, and shared via USB mass storage. |
const | MediaUnknown | string. Unknown storage state, such as when a path isn't backed by known storage media. |
const | MediaUnmountable | string. Storage state if the media is present but cannot be mounted. |
const | MediaUnmounted | string. Storage state if the media is present but not mounted. |