简体   繁体   中英

What is use of content://com.android.contacts in android

I want to know what is use of content://com.android.contacts in android.

And what it return means which type data from contact.?

This is uri for contacts database. In android the platform provides content provider layer (database) to provide applications with ready data. So like contacts , you can get media.image etc from this database.

To use this you need to query the database to get cursor.

For more read android content provider topic

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM