We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c47bd8 commit 3578118Copy full SHA for 3578118
README.md
@@ -14,8 +14,8 @@ Content Resolver SQL
14
[![minsdk-badge]][github]
15
[![paypal-badge]][paypal-url]
16
17
-Allows to write SQL statements instead of using `ContentResolver.query(...)`.
18
-The library add an extension function to Context.ContentResolver named
+Allows to write SQL statements instead of using `contentResolver.query(...)`.
+The library add an extension function to ContentResolver named
19
`queryParser(query: String, selectionArgs: Array<String>? = null)`
20
21
## Example 1:
0 commit comments