应用程序在睡眠模式下不通知本地通知
我有一个任务是开发带有本地推送通知的android应用程序。我也为此开发了应用程序,但有时当用户设备处于睡眠模式时,它无法在用户设备上发出通知。
他们是否有任何代码来执行应用程序并在我的设备处于睡眠模式时通知我。请提供任何示例或来源。
I have a task to develop the android application with local push notification. I have also developed the application for that but some times when the user device is in sleep mode it can't notifying on the user device.
Is their any code to execute the application and notify me while my device is in sleep mode.Please provide any example or source for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能应该获取唤醒锁,如下所示:
ACQUIRE_CAUSES_WAKEUP
You're probably should be acquiring a wake lock, like so :
ACQUIRE_CAUSES_WAKEUP