显示 SIM 卡中联系人列表的活动

发布于 2024-10-20 05:49:58 字数 308 浏览 1 评论 0原文

他 我想显示 SIM 卡上的联系人活动。
现在我显示这样的列表:

Intent contactPickerIntent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI);
startActivityForResult(contactPickerIntent, CONTACT_PICKER_RESULT);

但这种方式只显示来自谷歌帐户的联系人。

如何显示SIM卡上的联系人?
我的程序必须在 android 1.6 上运行

谢谢

He
I would like to show activity with contacts from sim card.
Now I show list like this:

Intent contactPickerIntent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI);
startActivityForResult(contactPickerIntent, CONTACT_PICKER_RESULT);

but this way shows me only contacts from google account.

How to show contacts from sim card?
My program must run on android 1.6

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只等公子 2024-10-27 05:49:58

您可以看到此链接“如何访问使用 SDK 进行 sim 联系人表。” 尽管该解决方案不是 SDK 的一部分,但该方法仍然有效。

You can see this link "How to access the sim contact table using the SDK." This is working though the solution is not part of the SDK.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文