Calling finish() After Starting a New Activity

后端 未结 1 1893
攒了一身酷
攒了一身酷 2020-12-08 14:22

The first Activity that loads in my application is an initialization activity, and once complete it loads a new Activity. I want to ensure if the user presses \'Back\' they

1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 15:09

    Probably you should just use the noHistory flag on the activity in your manifest.xml

    0 讨论(0)
提交回复
热议问题