The properties 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
[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. |