Intent.ActionMediaShared Field

Definition

Broadcast Action: External media is unmounted because it is being shared via USB mass storage.

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

Field Value

Implements

Attributes

Remarks

Broadcast Action: External media is unmounted because it is being shared via USB mass storage. The path to the mount point for the shared media is contained in the Intent.mData field.

Java documentation for android.content.Intent.ACTION_MEDIA_SHARED.

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