开发者

Show activity with contact list from sim card

开发者 https://www.devze.com 2023-02-14 18:27 出处:网络
He I would like to show activity with contacts from sim card. Now I show 开发者_运维技巧list like this:

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


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.

0

精彩评论

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

关注公众号