Hey,
I am playing about with the sample code in android dev resources, the
sampleSyncAdapter.
I have it inserting a sampleSyncAdapter entry into my contact.
however, when I click on this I would like to define an activity for
it to open...
in the adb log it currently states (because have not defined the
activity):
ViewContact(11201): No activity found for intent: Intent
{ act=android.intent.action.VIEW dat=content://com.android.contacts/
data/5045 }
Looking at the face book entry in the same contact, when I click on
that, this is the intent that is fired:
Starting activity: Intent { act=android.intent.action.VIEW
dat=content://com.android.contacts/data/2904
cmp=com.facebook.katana/.ProfileTabHostActivity }
I was wondering if anyone had any idea how/where to define an activity
to handle the click on the custom contact option, like face book
define the .ProfileTabHostActivity?
Any help appreciated,
Thanks,
Marc
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en