What\'s the best way to disable the touch events for all the views?
It may not be possible for the whole application. You will have to override onTouchEvent() for each view and ignore the user inputs.