I want to implement long click ON one widget on home screen which leads to display a menu . Is there any way in Android where we can handle the click events on Widgets present in Home screen of android device.
Any help regarding this issue is appreciated.

link|improve this question

53% accept rate
feedback

2 Answers

I'm almost positive that this is impossible because a long click on a widget triggers the ability to move or resize it on the home screen.

link|improve this answer
feedback

I was looking for the an answer for the same question (I want a short click to update my widget and a long click to open an activity)

Looks like it is indeed impossible:

http://groups.google.com/group/android-developers/browse_thread/thread/8b979546e32059a6

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.