gpt4 book ai didi

java - 设置后退按钮无法使用波纹管代码?

转载 作者:行者123 更新时间:2023-12-02 08:05:50 24 4
gpt4 key购买 nike

按下后退按钮时,设置 Activity 中的以下链接不起作用... !!!

https://github.com/SadaqaWorks/Word-By-Word-Quran-Android/blob/master/app/src/main/java/com/sadaqaworks/quranprojects/activity/SettingsActivity.java

我尝试使用下面的代码...

@Override
public boolean onOptionsItemSelected(MenuItem item) {
// handle arrow click here
if (item.getItemId() == android.R.id.home) {
finish(); // close this activity and return to preview activity (if there is any)`enter code here`
}
return super.onOptionsItemSelected(item);
}

没有任何工作...请修复

最佳答案

您可能要使用finish()而不是System.exit(0)。

并且不要覆盖onBackPressed()。

关于java - 设置后退按钮无法使用波纹管代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60467506/

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