gpt4 book ai didi

android - 无法退出 Android 应用程序

转载 作者:行者123 更新时间:2023-11-29 14:57:24 25 4
gpt4 key购买 nike

当我退出我的 android 应用程序时,它会恢复到上一个​​屏幕。如何正确退出Android应用程序?

@Override
public boolean onOptionsItemSelected(MenuItem item) {
// TODO Auto-generated method stub
switch(item.getItemId()) {
case EXIT:
try {
this.finish();
} catch(Exception e) {
}
break;
}
return false;
}

最佳答案

答案是您不应该退出您的 Android 应用程序。

Have a look at this excellent answer for more information.

关于android - 无法退出 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2674193/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com