On what - phone or emulator and version?

--
RichardC


On Nov 6, 5:20 pm, Raj <[email protected]> wrote:
> Hi
>
> I would like to edit a contact but I keep getting the message
>
> No Activity found to handle Intent { act=android.intent.action.EDIT
> dat=content://com.android.contacts/data/1 }
>
>  Intent intent = new Intent("android.intent.action.EDIT");
>  intent.setData(myPerson);
>  startActivity(intent);
>
> My question is what needs to be set, so that I can edit this contact.
>
> Thanks
> Raj

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to