Can android developers access the system clock/alarm application?

北城余情 提交于 2019-12-06 00:09:17

As far as I can tell, the alarm clock is a system service, which may be why it is not visible to you. There is only one clock on each device, so any alarm you make will utilize the system clock in some form or another. Here is an old tutorial for making an alarm using AlarmManager. And here is a link to an API demo on the dev pages for making an alarm.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!