How to configure your Android touchscreen responsiveness? Some XDA threads says that adding a line in build.prop file like bellow will improve touch responsiveness: touch.pressure.scale=0.001 https://www.google.com/amp/s/forum.xda-developers.com/galaxy-s7/how-to/change-sensitivity-touch-screen-t3414659/amp/ build.prop is contains system properties that will be executed by ROM in every device boot. But is the "touch.pressure.scale" really a system property? Is the line make sense or just a placebo effect? Now lets we find the source of the claimed system property by searching these 2 key words: 1) touch.pressure.scale site:source.android.com 2) touch.pressure.scale site:android.googlesource.com The first result at number 1 is this site: https://source.android.com/devices/input/touch-devices The site is contains about the configuration property. But where is the configuration file of the property? You can click ...
Komentar
Posting Komentar