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
Post a Comment