如何设置每天触发的杀戮安全警报?

发布于 2024-09-04 09:20:14 字数 67 浏览 10 评论 0原文

我知道如何设置重复触发警报,但在我的应用程序被终止后警报停止触发。

如何确保警报按照设置的方式继续触发?

I know how to setup an alarm to fire repeatedly, but the alarm stops firing after my application is killed.

How do I make sure the alarm continues to fire as it was setup?

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

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

发布评论

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

评论(2

二智少女猫性小仙女 2024-09-11 09:20:14

您可以在几次后自动重新启动已关闭的应用程序 Activity
中描述的 OneShotAlarm 方法的秒数

使用http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/OneShotAlarm.html

使用计划的应用程序(重新)启动。

You can automatically restart your closed app Activity after a few
seconds using the OneShotAlarm approach described at

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/OneShotAlarm.html

using a scheduled app (re)launch.

小姐丶请自重 2024-09-11 09:20:14

如果您尝试终止集成时钟应用程序,您会看到闹钟不再响起(我的 HTC Desire 遇到了问题)。

那是因为当应用程序被终止时你无法保留任何观察者。
所以你不能设置任何杀戮安全警报。

If you try to kill the integrated clock application, you'll see the alarm doesn't ring anymore (I had the problem with my HTC Desire).

That's because you can't keep any observer when the application is killed.
So you can't place any kill safe alarm.

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