显示通知警报管理器/唤醒锁定/睡眠(Android 中的本地通知)

发布于 2024-12-26 02:32:19 字数 415 浏览 3 评论 0原文

我想在终端处于“睡眠模式/待机”状态时显示通知/警报。就像 WhatsApp、Handcensms...或者简单的闹钟一样。

例如,在 IOS 中称为“本地通知”,如下所示: http://www.remotenotification.com/wp-content/uploads /2011/08/PushNotification1.jpg

我正在阅读有关 AlarmManager,WindowManager ..但我无法理解。

有人可以帮助我或指导我吗?

我不知道什么使用许可是必要的。

问候&谢谢

I want to display a notification / alarm with the terminal in "sleep mode / standby". As does WhatsApp, Handcensms ... Or the simple alarm clock.

For example, in IOS is called "local notification" and looks like:
http://www.remotenotification.com/wp-content/uploads/2011/08/PushNotification1.jpg

I'm reading about AlarmManager, WindowManager .. But I fail to understand.

Can anyone help me or guide me?

I do not know what uses-permission are necessary.

regards & thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丢了幸福的猪 2025-01-02 02:32:19

也许这是一个相当愚蠢的回应,但你的意思是祝酒消息吗? http://developer.android.com/guide/topics/ui/notifiers /toasts.html

Toast.makeText(context, "This text will be displayed", 100).show();

Maybe this is a rather stupid response but do you mean toast messages? http://developer.android.com/guide/topics/ui/notifiers/toasts.html

Toast.makeText(context, "This text will be displayed", 100).show();
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文