Android Activity remove from stack -


i want remove activity task stack, finish() seems minimize task. if click on button on phone browses open tasks, it's still there. need swipe away rid of it.

how rid of activity completely? have activity_a launches activity_b. when press back, activity_b minimizes , activity_a brought front. how make rid of activity_b , return activity_a?

check u need?

<activity android:name=".myactivity"     android:nohistory="true"> </activity> 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -