2

How can I launch the QuickContact action in android 2.1. Like the one shown here

laalto
  • 150,114
  • 66
  • 286
  • 303
michael
  • 106,540
  • 116
  • 246
  • 346

1 Answers1

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