The class Contacts for the contacts table,which contains a record per aggregate of raw contacts representing the same person is deprecated.
It's via android .provider.Contacts ago.Now you can use the android.provider.ContactsContract instead of.
本文介绍Android中联系人数据处理方式的变化。旧版Contacts类已被弃用,开发者应使用新的ContactsContract来替代,以确保应用程序能正确地管理和访问联系人信息。
The class Contacts for the contacts table,which contains a record per aggregate of raw contacts representing the same person is deprecated.
It's via android .provider.Contacts ago.Now you can use the android.provider.ContactsContract instead of.

被折叠的 条评论
为什么被折叠?