In Adobe AIR there are some useful events such as USER_IDLE and USER_PRESENT to tell if the system is being actively used or is idle after some preset amount of time, BUT they only work for desktop applications (Win / OSX), not for mobile apps (iOS / Android).
So what are the alternatives? Hopefully something that doesn't involve manually resetting a timer on each and every touch event thoughout my app.
Thank you!