Page 1 of 1
Screen Touch Condition
Posted: 22 Nov 2015 04:31
by Ankit
Is it possible to add an condition for screen touch or screen tap ??
Re: Screen Touch Condition
Posted: 22 Nov 2015 19:47
by Martin
To my knowledge this is not possible for security reasons. You could use trigger
Command Output on a rooted device with command
getevent to get the screen tap events. This post contains some information to handle volume keys:
BUTTON Pressed-Trigger. Handling touch screen input should be quite similar.
Regards,
Martin
Re: Screen Touch Condition
Posted: 23 Nov 2015 07:03
by Ankit
Thanks Martin.