MediaStore.QueryArgMatchTrashed 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.
Specify how MediaColumns#IS_TRASHED
items should be filtered when
performing a MediaStore
operation.
[Android.Runtime.Register("QUERY_ARG_MATCH_TRASHED", ApiSince=30)]
public const string QueryArgMatchTrashed;
[<Android.Runtime.Register("QUERY_ARG_MATCH_TRASHED", ApiSince=30)>]
val mutable QueryArgMatchTrashed : string
Field Value
- Attributes
Remarks
Specify how MediaColumns#IS_TRASHED
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, trashed items are filtered away from operations.
Java documentation for android.provider.MediaStore.QUERY_ARG_MATCH_TRASHED
.
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.