Use lookup key to load contacts
This commit is contained in:
parent
6f58903cf2
commit
b6407dc49b
2 changed files with 12 additions and 12 deletions
|
|
@ -853,7 +853,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
|
||||
private fun launchPickContactIntent() {
|
||||
Intent(Intent.ACTION_PICK).apply {
|
||||
type = ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE
|
||||
type = ContactsContract.Contacts.CONTENT_TYPE
|
||||
launchActivityForResult(this, PICK_CONTACT_INTENT)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue