Android.OS.Environment: Field Members

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

Public Fields

const
MediaBadRemovalstring. Storage state if the media was removed before it was unmounted.
const
MediaCheckingstring. Storage state if the media is present and being disk-checked.
const
MediaMountedstring. Storage state if the media is present and mounted at its mount point with read/write access.
const
MediaMountedReadOnlystring. Storage state if the media is present and mounted at its mount point with read-only access.
const
MediaNofsstring. Storage state if the media is present but is blank or is using an unsupported filesystem.
const
MediaRemovedstring. Storage state if the media is not present.
const
MediaSharedstring. Storage state if the media is present not mounted, and shared via USB mass storage.
const
MediaUnknownstring. Unknown storage state, such as when a path isn't backed by known storage media.
const
MediaUnmountablestring. Storage state if the media is present but cannot be mounted.
const
MediaUnmountedstring. Storage state if the media is present but not mounted.