Intent.ActionMediaScannerFinished Field

Definition

Broadcast Action: The media scanner has finished scanning a directory.

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

Field Value

Implements

Attributes

Remarks

Broadcast Action: The media scanner has finished scanning a directory. The path to the scanned directory is contained in the Intent.mData field.

Java documentation for android.content.Intent.ACTION_MEDIA_SCANNER_FINISHED.

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