Start Activity clearing top in Android

后端 未结 2 1535
鱼传尺愫
鱼传尺愫 2021-01-16 01:19

I have the following Activities in my stack:

A , B , C, D 

I want to relaunch B in order to get this stack:

A , B\'
         


        
2条回答
  •  自闭症患者
    2021-01-16 02:13

    Use android:noHistory=true in manifest file for particular activity to clear.Hope this might solve your issue.

提交回复
热议问题