Intent.ActionMediaMounted Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Broadcast Action: External media is present and mounted at its mount point.
[Android.Runtime.Register("ACTION_MEDIA_MOUNTED")]
public const string ActionMediaMounted;
[<Android.Runtime.Register("ACTION_MEDIA_MOUNTED")>]
val mutable ActionMediaMounted : string
Field Value
Implements
- Attributes
Remarks
Broadcast Action: External media is present and mounted at its mount point. The path to the mount point for the mounted media is contained in the Intent.mData field. The Intent contains an extra with name "read-only" and Boolean value to indicate if the media was mounted read only.
Java documentation for android.content.Intent.ACTION_MEDIA_MOUNTED
.
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.