android - Show activity with contact list from sim card -
he show activity contacts sim card.
show list this:
intent contactpickerintent = new intent(intent.action_pick, people.content_uri); startactivityforresult(contactpickerintent, contact_picker_result);
but way shows me contacts google account.
how show contacts sim card?
program must run on android 1.6
thanks
you can see link "how access sim contact table using sdk." working though solution not part of sdk.
Comments
Post a Comment