Android.Content.Intent.ActionMediaScannerScanFile Field
Broadcast Action: Request the media scanner to scan a file and add it to the media database.

Syntax

[Android.Runtime.Register("ACTION_MEDIA_SCANNER_SCAN_FILE")]
public const string ActionMediaScannerScanFile

Remarks

Broadcast Action: Request the media scanner to scan a file and add it to the media database. The path to the file is contained in the Intent.mData field.

[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