Android.Content.Intent.ActionUmsDisconnected Field
Broadcast Action: The device has exited USB Mass Storage mode.

Syntax

[Android.Runtime.Register("ACTION_UMS_DISCONNECTED")]
[System.Obsolete("deprecated")]
public const string ActionUmsDisconnected

Remarks

Broadcast Action: The device has exited 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