如何计算使用任务杀手的用户?
我制作了一个应用程序,它非常稳定,除非人们使用 Advanced Task Killer 杀死它并且至少有 Android 2.2。 Android 2.1 及更低版本可以很好地处理此问题,但 Android 2.2 及更高版本则严重破坏它。
我的所有全局变量都被擦除,当应用程序尝试恢复时它就会中断。
我知道 2.1 之后没有理由使用任务杀手,但我的客户不这样做,我只是想知道是否有任何方法可以考虑到这一点?
I've made an app and it's pretty stable except when people kill it using Advanced Task Killer and have at least Android 2.2. Android 2.1 and below handle this fine but Android 2.2 and over kill it badly.
All of my global variables are wiped and when the app tries to resume it just breaks.
I know that there is no reason to use a task killer after 2.1, but my customers don't and I'm just wondering if there is any way I can take this into account?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有办法解释这一点,所以我围绕它重新构建了我的应用程序。
There's no way to account for this, so I've re-built my app around it.