Let’s say that the user has invoked the 2nd activity from the main activity.
he/she did not do anything on the 2nd activity for a $period of time.
How to return to the main activity Pragmatically and not keeping the 2nd activity showing
I am using this for a kiosk application
Let’s say that the user has invoked the 2nd activity from the main activity.
Share
Use a handler to post a runnable with a delay.