Environment.MediaMounted Field

Definition

Storage state if the media is present and mounted at its mount point with read/write access.

[Android.Runtime.Register("MEDIA_MOUNTED")]
public const string MediaMounted;
[<Android.Runtime.Register("MEDIA_MOUNTED")>]
val mutable MediaMounted : string

Field Value

Attributes

Remarks

Storage state if the media is present and mounted at its mount point with read/write access.

Java documentation for android.os.Environment.MEDIA_MOUNTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also