Created
October 7, 2021 19:56
-
-
Save vestrel00/58b932e8f1d7a07f52ecbdefce52635c to your computer and use it in GitHub Desktop.
A query that searches for Contacts, yielding the exact same results as the native Contacts app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val contacts = Contacts(context) | |
.broadQuery() | |
.whereAnyContactDataPartiallyMatches(searchText) | |
.find() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment