Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Contacts Data #29

Closed
prajitdas opened this issue Aug 18, 2014 · 1 comment
Closed

Handle Contacts Data #29

prajitdas opened this issue Aug 18, 2014 · 1 comment
Assignees
Labels

Comments

@prajitdas
Copy link
Owner

URI:content://com.android.contacts/data
projection:
_id
mimetype
data_version
is_primary
is_super_primary
raw_contact_id
contact_id
data1
data2
data3
data4
data5
data6
data7
data8
data9
data10
data14
selection:null
selectionArgs:
sortOrder:_id ASC

AND

URI:content://com.android.contacts/data/1
projection:
data15
selection:mimetype=?
selectionArgs:
vnd.android.cursor.item/photo
sortOrder:null

@prajitdas prajitdas added the bug label Aug 18, 2014
@prajitdas prajitdas self-assigned this Aug 18, 2014
@prajitdas
Copy link
Owner Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant