ACTION_UMS_DISCONNECTED constant
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 @deprecated replaced by android.os.storage.StorageEventListener
Implementation
@deprecated
static const String ACTION_UMS_DISCONNECTED =
"android.intent.action.UMS_DISCONNECTED";