Freigeben über


MediaStore.MediaIgnoreFilename Field

Definition

Name of the file signaling the media scanner to ignore media in the containing directory and its subdirectories.

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

Field Value

Attributes

Remarks

Name of the file signaling the media scanner to ignore media in the containing directory and its subdirectories. Developers should use this to avoid application graphics showing up in the Gallery and likewise prevent application sounds and music from showing up in the Music app.

Java documentation for android.provider.MediaStore.MEDIA_IGNORE_FILENAME.

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