Android: open activity without save into the stack

前端 未结 10 1909
暗喜
暗喜 2020-11-27 04:19

I have 2 activities: Main and List.

From Main you can open List; from List you can open Main.

I\'d like it so that every opening of List does not

10条回答
  •  死守一世寂寞
    2020-11-27 05:01

    add the flag FLAG_ACTIVITY_NEW_TASK to your Intent

    http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NEW_TASK

提交回复
热议问题