mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed Android contacts not shown on some devices
This commit is contained in:
parent
92c070117f
commit
8807b9a63f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class AsyncContactsLoader extends AsyncTask<Void, Void, AsyncContactsLoader.Asyn
|
|||
.query(
|
||||
ContactsContract.Data.CONTENT_URI,
|
||||
PROJECTION,
|
||||
ContactsContract.Data.IN_VISIBLE_GROUP + " == 1",
|
||||
ContactsContract.Data.IN_DEFAULT_DIRECTORY + " == 1",
|
||||
null,
|
||||
null);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue