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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -