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

时间:2011-03-03 10:15:43

标签: android contact sim-card

他 我想展示与SIM卡联系的活动 现在我显示如下列表:

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

但这种方式只向我显示来自Google帐户的联系人。

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

由于

1 个答案:

答案 0 :(得分:0)

您可以看到此链接"How to access the sim contact table using the SDK."虽然解决方案不是SDK的一部分,但这仍然有效。