Pre-Droid, if you register a OnTouchListener and press down on a
button for longer than 30 seconds, there is NO timeout and the
MotionEvent.ACTION_UP event is delivered when the button is released.

Using Droid, the MotionEvent.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

Reply via email to