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(
|
.query(
|
||||||
ContactsContract.Data.CONTENT_URI,
|
ContactsContract.Data.CONTENT_URI,
|
||||||
PROJECTION,
|
PROJECTION,
|
||||||
ContactsContract.Data.IN_VISIBLE_GROUP + " == 1",
|
ContactsContract.Data.IN_DEFAULT_DIRECTORY + " == 1",
|
||||||
null,
|
null,
|
||||||
null);
|
null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue