Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 android 应用程序的问题,它在返回到 android 开始屏幕后从正在运行的进程中消失。我不知道问题可能出在哪里。请帮忙...
提前致谢。
在android中,当你按下后退硬键时,一个活动被关闭。 当按下 home 硬键时,Activity 被推到后台。
看一下这个。 Android - 如何覆盖“后退”按钮,使其不会完成()我的活动?
Android:按下后退按钮时提示用户保存更改