I understand how to disable the touchscreen in normal use ie. outside of an Activity.
Is it possible to have the touchscreen disabled during an Activity, either by disabling the touchscreen before starting an Activity, or by disabling the touchscreen once an Activity has started?
If so, how do you do it?
I was wondering if you disable the touchscreen prior to starting Activity, doesn’t pressing a button to start the Activity enable the touchscreen?
This is a pre-purchase decision so cannot test it myself.