I have the same requirement and this problem is killing my whole control scheme! Anyone have any ideas?
On Dec 23 2009, 11:28 am, N4Spd <[email protected]> wrote: > Pre-Droid, if you register a OnTouchListener and press down on a > button for longer than 30 seconds, there is NO timeout and > theMotionEvent.ACTION_UP event is delivered when the button is released. > > Using Droid, theMotionEvent.ACTION_UP event is automatically > delivered after 30 seconds, even if you haven't released the button. > > Question: How can I prevent this automatic timeout on the > ACTION_DOWN / ACTION_UP sequence? I want the user to be able to hold > the button down for longer than 30 seconds, same as pre-Droid. > > thanks, > rob -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

