I used the following code to detect the single finger touch and double finger touch. The code detects the double finger touch (when count==2).
count==2
I need t
If I understand correctly, single touch will not cause ACTION_POINTER_UP, but ACTION_UP. That is why it doesn't detect the single finger. See this post for reference: https://stackoverflow.com/a/4269592/1084813