android - Go to certain contact in contacts via intent -


i have contact uri´s in app , want open contact in android contacts app via intent.

intent intent= new intent(intent.action_view,  contactscontract.contacts.content_uri);                 context.startactivity(intent); 

this piece of code opens contacts, don´t know how go contact. how work?

you need specify contact contact lookupkey


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -