开发者

Where is Contact Type stored? (google/ phone)

开发者 https://www.devze.com 2023-04-05 16:58 出处:网络
开发者_JAVA技巧I am trying to find where Contact type ( Google/Phone) is stored and how to access it.I thought I could access the class in the android.provider.contacts.contact.commonDatakinds package

开发者_JAVA技巧I am trying to find where Contact type ( Google/Phone) is stored and how to access it. I thought I could access the class in the android.provider.contacts.contact.commonDatakinds package. However i could not find any information on the data field. Any help on contactscontact data field documentation and Contact Type would be greatly appreciated


Maybe you can query to RawContacts's content_uri with Rawcontacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to get it.

0

精彩评论

暂无评论...
验证码 换一张
取 消