安卓每日通知 [英] Android daily notification

查看:67
本文介绍了安卓每日通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何让 Android 系统每天显示来自我的应用的通知?我是否需要服务,如果需要,我该如何处理谢谢

How can I cause the Android system to show a notification from my app, at a daily hour? Do I need a service, and if so how do I handle it Thanks

推荐答案

您不需要服务.您可以使用 AlarmManager 在需要的时间获取广播.在您的 BroadcastReciever 中收听并在那里发送您的通知.发送通知后,在其中注册另一个警报.

you don't need a service. You can use the AlarmManager to get a Broadcast at required time. Listen to it in your BroadcastReciever and send your Notification there. After Notification was send, register another alarm in it.

这篇关于安卓每日通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆