问题 I am fetching the contacts which are updated after given time stamp and my code is Uri uri = ContactsContract.Contacts.CONTENT_URI; Cursor cursor = cur = contentResolver.query(uri, null, "contact_last_updated_timestamp > ?", new String[]{timeStamp}, null); But the cursor returns the contacts which are not updated/deleted/added after given timestamp . The problem is cursor is returns some of the contacts from the device's contacts list. It means that there is less chances that the query is