Search code examples
androidandroid-activityactivity-stack

Android How to clear stack of an application if its open before launching by another appliction?


i am launching another application through my application,so i want to check is any instance of that application is already in stack or not? if exist then clear all instance before launch.


Solution

  • Would you be looking for the following flags to add to the Intent you start the other application with:

    FLAG_ACTIVITY_CLEAR_TASK