I have a problem with OnGestureListener
and OnTouchListener
. When I run a service with WindowManager
has onTouchListener
on a Actvitiy
that has onGestureListener
. I cannot get MotionEvents before the Gestures.
How can I set priority for onTouchListener
to get MotionEvents before?