I'd like to know if a specific device (or screen) supports reporting of touch pressure.
Googled, searched stackoverflow and nothing.
Also looked at both MotionEvent and android.*.Display.
You can infer support from MotionEvent.getPressure() obviously, but I'd like to know capability. I can imagine an edge case where no pressure is reported but the screen supports it.
android.view.Display has some information but nothing related to pressure.
android.hardware.Display has nothing useful.