MediaStore.QueryArgMediaStandardSortOrder 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.
Flag that requests ContentResolver#query
to sort the result in descending order
based on MediaColumns#INFERRED_DATE
.
[Android.Runtime.Register("QUERY_ARG_MEDIA_STANDARD_SORT_ORDER", ApiSince=36)]
public const string QueryArgMediaStandardSortOrder;
[<Android.Runtime.Register("QUERY_ARG_MEDIA_STANDARD_SORT_ORDER", ApiSince=36)>]
val mutable QueryArgMediaStandardSortOrder : string
Field Value
- Attributes
Remarks
Flag that requests ContentResolver#query
to sort the result in descending order based on MediaColumns#INFERRED_DATE
.
When this flag is used as an extra in a Bundle
passed to ContentResolver#query
, all other sorting options such as android.content.ContentResolver#QUERY_ARG_SORT_COLUMNS
or android.content.ContentResolver#QUERY_ARG_SQL_SORT_ORDER
are disregarded.
Java documentation for android.provider.MediaStore.QUERY_ARG_MEDIA_STANDARD_SORT_ORDER
.
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.