Start a new activity clearing the activity stack
In order to block the application when it detects that is not a licensed
version I'd like to start a new activity clearing the current stack, thats
is: if the stack have the activities [A,B,C,D] i want to start the
activity E leaving the stack with only [E].
I'm playing with the intent extras FLAG_ACTIVITY_CLEAR_TOP,
FLAG_ACTIVITY_CLEAR_TASK and FLAG_ACTIVITY_NEW_TASK with no success
No comments:
Post a Comment