开发者

can't Exit from my apk [duplicate]

开发者 https://www.devze.com 2023-01-31 10:27 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicates: force close the application
This question already has answers here: Closed 12 years ago.

Possible Duplicates:

force close the application

Quitting an application - is that frowned upon?

Hi, I have a lot of Activities and i want to exit the appli开发者_如何学JAVAcation - to close all activities and the services at once. i tried to use this Process.killProcess( Process.myPid()) but that doesn't work , any tips?


Use finish() and application will terminate.

0

精彩评论

暂无评论...
验证码 换一张
取 消