¡@

Home 

2014/10/16 ¤W¤È 08:18:02

android Programming Glossary: logonact

How to clear stack back to root activity when user leaves application?

http://stackoverflow.com/questions/2131123/how-to-clear-stack-back-to-root-activity-when-user-leaves-application

application I have an application with 2 activities LogonAct and MainAct. LogonAct is a logon activity which I want to force.. an application with 2 activities LogonAct and MainAct. LogonAct is a logon activity which I want to force the user to go through.. application. I've set android clearTaskOnLaunch true on LogonAct. When I first start the app I go through this sequence of screens..

How to clear stack back to root activity when user leaves application?

http://stackoverflow.com/questions/2131123/how-to-clear-stack-back-to-root-activity-when-user-leaves-application

to clear stack back to root activity when user leaves application I have an application with 2 activities LogonAct and MainAct. LogonAct is a logon activity which I want to force the user to go through each time they return to the application... back to root activity when user leaves application I have an application with 2 activities LogonAct and MainAct. LogonAct is a logon activity which I want to force the user to go through each time they return to the application. I've set android.. to force the user to go through each time they return to the application. I've set android clearTaskOnLaunch true on LogonAct. When I first start the app I go through this sequence of screens Home LogonAct MainAct Home I then follow this sequence..