ACTION_POINTER_DOWN works fine when I multitouch on the same view.
But when I multitouch on diffent apps, ACTION_POINTER_DOWN do not trigger.
one app is developed by myself, and the other is not.
So i can't add setOnTouchListener on all view.
The question is:
Android seems not support multitouch views across apps. So you can't touch two app on the same time. But multi-window mode supports, i dont't know how this work, if somebody know, please comment.