mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 13:08:07 +00:00
Fixed Android contacts not shown on some devices
This commit is contained in:
parent
6809a80405
commit
89806eee7a
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,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