The members of Android.OS.Environment are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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. |
[read-only] static | DataDirectory | Java.IO.File. Return the user data directory. |
static | DirectoryAlarms | string. Standard directory in which to place any audio files that should be in the list of alarms that the user can select (not as regular music). |
static | DirectoryDcim | string. The traditional location for pictures and videos when mounting the device as a camera. |
static | DirectoryDocuments | string. Standard directory in which to place documents that have been created by the user. |
static | DirectoryDownloads | string. Standard directory in which to place files that have been downloaded by the user. |
static | DirectoryMovies | string. Standard directory in which to place movies that are available to the user. |
static | DirectoryMusic | string. Standard directory in which to place any audio files that should be in the regular list of music for the user. |
static | DirectoryNotifications | string. Standard directory in which to place any audio files that should be in the list of notifications that the user can select (not as regular music). |
static | DirectoryPictures | string. Standard directory in which to place pictures that are available to the user. |
static | DirectoryPodcasts | string. Standard directory in which to place any audio files that should be in the list of podcasts that the user can select (not as regular music). |
static | DirectoryRingtones | string. Standard directory in which to place any audio files that should be in the list of ringtones that the user can select (not as regular music). |
[read-only] static | DownloadCacheDirectory | Java.IO.File. Return the download/cache content directory. |
[read-only] static | ExternalStorageDirectory | Java.IO.File. Return the primary external storage directory. |
[read-only] static | ExternalStorageState | string. Returns the current state of the primary "external" storage device. |
[read-only] static | IsExternalStorageEmulated | bool. Returns whether the primary "external" storage device is emulated. |
[read-only] static | IsExternalStorageRemovable | bool. Returns whether the primary "external" storage device is removable. |
[read-only] static | RootDirectory | Java.IO.File. Return root of the "system" partition holding the core Android OS. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetExternalStoragePublicDirectory(string)Get a top-level public external storage directory for placing files of a particular type. | |
static | GetExternalStorageState(Java.IO.File)Returns the current state of the storage device that provides the given path. | |
static | GetStorageState(Java.IO.File) | |
static | InvokeIsExternalStorageEmulated(Java.IO.File)Returns whether the storage device that provides the given path is emulated. | |
static | InvokeIsExternalStorageRemovable(Java.IO.File)Returns whether the storage device that provides the given path is removable. |