User start MyAPP and logs in. Selects Session Timeout to be 5 mins. Does some operations on the app.......(all in foreground) Now User bring Myapp to background and starts some other app ----> Count down timer starts and logs out user after 5 mins OR user turns the screen OFF ----> Count down timer starts and logs out user after 5 mins
My Question:
I want this same behavior even when the app is in the foreground but user doesn't interact with the app for a long-time say 6-7 mins... Assume the screen is ON all the time... I want to detect kind of USER INACTIVITY (No interaction with app even though the app is in the foreground) and kick start my count down timer.
Thanks in advance.