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

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

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -