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

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -