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

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -