Android.Content.Intent.ActionUmsConnected Field
Broadcast Action: The device has entered USB Mass Storage mode.

Syntax

[Android.Runtime.Register("ACTION_UMS_CONNECTED")]
[System.Obsolete("deprecated")]
public const string ActionUmsConnected

Remarks

Broadcast Action: The device has entered USB Mass Storage mode. This is used mainly for the USB Settings panel. Apps should listen for ACTION_MEDIA_MOUNTED and ACTION_MEDIA_UNMOUNTED broadcasts to be notified when the SD card file system is mounted or unmounted

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1