Android 立即销毁活动(调试标志),现实吗?
在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要 Activity 不在屏幕上,那么 Activity 随时都有可能被销毁。
It is certainly possible for an activity to be destroyed at any time, so long as that activity is not on the screen.