I've heard of:
MotionEvent e;
float press = e.getPressure(...);
But this only returns 0 for no touch, and 1 when my finger touches the screen.
Is it possible to find a value for the amount of pressure your finger is putting on the screen with touch capacitive screens?
Or is my hunch correct that this will only work with resistive screens..?