Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使应用程序已关闭,我如何发送提醒之类的通知。
例如,当我们在日历上注册事件时,日历会在事件开始前 10 分钟(即)发送通知。我怎样才能在我的应用程序上做到这一点?
Android 中最适合执行此操作的机制很可能是系统警报。
警报允许您在给定的时间点执行一段代码。即使您的应用当前未运行或手机处于睡眠状态。
要了解有关警报的更多信息,请访问官方开发人员参考这里