Answers for "how to start an activity with clear top stack in android"

1

how to clear activity stack in android

intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK
Posted by: Guest on June-20-2020

Code answers related to "how to start an activity with clear top stack in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language