使用安卓闹钟
是否可以使用 com.android.alarmclock 以便我可以使用它来启动应用程序中的闹钟功能?如果是的话我该怎么办?
Is it possible to use the com.android.alarmclock
so that I can use it to kick off alarm features in my application? If it is how can i do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从 API 级别 9 开始,您可以通过创建如下意图来设置 AlarmClock下列的:
Since API level 9 you can set the AlarmClock by creating an intent like the following:
您需要的服务是 AlarmManager。
The service you need is the AlarmManager.
不,AlarmManager 不会触发警报!
No the AlarmManager is not going to set off a Alarm!