query
open fun query(@NonNull uri: Uri, @Nullable projection: Array<String>, @Nullable selection: String, @Nullable selectionArgs: Array<String>, @Nullable sortOrder: String): Cursor
This provider does not support query operations.
Return
Always returns null as this provider does not support queries.
Parameters
uri
The URI to query.
projection
The list of columns to put into the cursor.
selection
A selection criteria to apply when filtering rows.
selection Args
You may include ?s in selection, which will be replaced by values from selectionArgs.
sort Order
How the rows in the cursor should be sorted.