frameworks/base/core/java/android/view/ViewGroup.java
public boolean dispatchTouchEvent(MotionEvent ev) {
if(SystemProperties.getBoolean("disable_touch",false)){
return false;
}
frameworks/base/core/java/android/view/ViewGroup.java
public boolean dispatchTouchEvent(MotionEvent ev) {
if(SystemProperties.getBoolean("disable_touch",false)){
return false;
}