Android : Not getting any contacts from contact list
问题 I am fetching contacts successfully by val cursor = context.contentResolver.query(ContactsContract.Contacts.CONTENT_URI, null, null, null, null) but the problem occurs when I don't have any contacts in my contact list and I adding contacts in google account from web end , after I sync contact in my phone from this xxx@gmail account , All contacts display in my contact list but when I am trying to fetch contact then, It returns 0 . I don't know what is the problem, there is any other way to