How to display QuickContact card from widget

Posted by alejom99 on Stack Overflow See other posts from Stack Overflow or by alejom99
Published on 2010-08-08T17:07:05Z Indexed on 2011/02/04 23:26 UTC
Read the original article Hit count: 150

Filed under:
|
|

I have a widget that displays the picture of some of my contacts and I would like to display the QuickContact card when the user taps on one of the pictures. I know I should be using the method ContactsContract.QuickContact.showQuickContact(), but it requires a View or a Rect as one of the input parameters. My problem is that Widgets only have RemoteViews, so I'm no sure what to pass as the View or Rect parameter. Any ideas would be appreciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-widget