Android.OS.Environment: Property Members

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

Public Properties

[read-only]
static
DataDirectoryJava.IO.File. Return the user data directory.
static
DirectoryAlarmsstring. 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
DirectoryDcimstring. The traditional location for pictures and videos when mounting the device as a camera.
static
DirectoryDocumentsstring. Standard directory in which to place documents that have been created by the user.
static
DirectoryDownloadsstring. Standard directory in which to place files that have been downloaded by the user.
static
DirectoryMoviesstring. Standard directory in which to place movies that are available to the user.
static
DirectoryMusicstring. Standard directory in which to place any audio files that should be in the regular list of music for the user.
static
DirectoryNotificationsstring. 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
DirectoryPicturesstring. Standard directory in which to place pictures that are available to the user.
static
DirectoryPodcastsstring. 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
DirectoryRingtonesstring. 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
DownloadCacheDirectoryJava.IO.File. Return the download/cache content directory.
[read-only]
static
ExternalStorageDirectoryJava.IO.File. Return the primary external storage directory.
[read-only]
static
ExternalStorageStatestring. Returns the current state of the primary "external" storage device.
[read-only]
static
IsExternalStorageEmulatedbool. Returns whether the primary "external" storage device is emulated.
[read-only]
static
IsExternalStorageRemovablebool. Returns whether the primary "external" storage device is removable.
[read-only]
static
RootDirectoryJava.IO.File. Return root of the "system" partition holding the core Android OS.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.