How can I launch the QuickContact action in android 2.1. Like the one shown here
Asked
Active
Viewed 1,323 times
1 Answers
1
If you use the QuickContactBadge
you'll get that functionality built in. If you want to use it from your own widget you can use ContactsContract.QuickContact#showQuickContact
.

Rich Schuler
- 41,814
- 6
- 72
- 59