exit entire app at once

前端 未结 2 806
一整个雨季
一整个雨季 2021-01-03 07:37

I have used the code from here in my app, when I click on \'Cancel\' option ,the app just minimizes ,when I long press and hold Home button and select the app.It shows the s

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-03 07:48

    u can kill all thread asynctask every running activity with :

    System.exit(0);
    

提交回复
热议问题