Intent.ActionMediaUnmounted Field

Definition

Broadcast Action: External media is present, but not mounted at its mount point.

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

Field Value

Implements

Attributes

Remarks

Broadcast Action: External media is present, but not mounted at its mount point. The path to the mount point for the unmounted media is contained in the Intent.mData field.

Java documentation for android.content.Intent.ACTION_MEDIA_UNMOUNTED.

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