Android 立即销毁活动(调试标志),现实吗?

发布于 2024-11-02 15:22:43 字数 150 浏览 0 评论 0原文

在我的 Android 模拟器上,我有“立即销毁活动”标志。 在这种情况下,我的应用程序不会执行我想要的操作,因为我的 MainActivity 始终必须位于 ActivityStack 上。 当我的应用程序运行时,ActivityStack 的 Activity 被销毁是真实场景吗?

On my Android Emulator I have the Flag "Immediately Destroy Activities".
Under this condition my App does not do what I want it to do, because my MainActivity always has to be on the ActivityStack.
Is it a real scenario that Activitys of the ActivityStack are destroyed, while my app is running?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月亮坠入山谷 2024-11-09 15:22:43

当我的应用程序运行时,ActivityStack 的 Activity 被销毁是真实场景吗?

只要 Activity 不在屏幕上,那么 Activity 随时都有可能被销毁。

Is it a real scenario that Activitys of the ActivityStack are destroyed, while my app is running?

It is certainly possible for an activity to be destroyed at any time, so long as that activity is not on the screen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文