Freigeben über


MediaStore.QueryArgMatchFavorite Field

Definition

Specify how MediaColumns#IS_FAVORITE items should be filtered when performing a MediaStore operation.

[Android.Runtime.Register("QUERY_ARG_MATCH_FAVORITE", ApiSince=30)]
public const string QueryArgMatchFavorite;
[<Android.Runtime.Register("QUERY_ARG_MATCH_FAVORITE", ApiSince=30)>]
val mutable QueryArgMatchFavorite : string

Field Value

Attributes

Remarks

Specify how MediaColumns#IS_FAVORITE items should be filtered when performing a MediaStore operation.

This key can be placed in a Bundle of extras and passed to ContentResolver#query, ContentResolver#update, or ContentResolver#delete.

By default, favorite items are <em>not</em> filtered away from operations.

Java documentation for android.provider.MediaStore.QUERY_ARG_MATCH_FAVORITE.

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