query
open fun query(@NonNull uri: Uri, strings: Array<String>, s: String, strings1: Array<String>, s1: 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.
strings
The list of columns to put into the cursor.
s
A selection criteria to apply when filtering rows.
strings1
You may include ?s in selection, which will be replaced by values from selectionArgs.
s1
How the rows in the cursor should be sorted.