开发者

Does anyone know how to handle widget's "Long Click" event on home screen?

开发者 https://www.devze.com 2023-02-24 01:07 出处:网络
I want to implementlong click ONone widget on home screen which leads to display a 开发者_JAVA百科menu .

I want to implement long click ON one widget on home screen which leads to display a 开发者_JAVA百科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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消