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
I cannot reproduce count==2 for single touch. It is 1 for me for single touch. Try debug your code on real device and see what you actually have.
Use event.getPointerId(i) along with event.getPointerCount() and see what these actual points of touch are.