状态栏、活动或服务哪个?

发布于 2024-12-25 02:29:51 字数 127 浏览 1 评论 0原文

我只是想知道哪个是状态栏、活动还是服务? 能否查看状态栏是否下拉? 感谢

编辑: 这是我的意思是状态栏: statusbar

I just wonder Which is a status bar,an activity or service?
Can I check whether the status bar is pulled down or not?
Thanks

Editted:
THis is status bar that I meant: statusbar

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

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

发布评论

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

评论(2

终止放荡 2025-01-01 02:29:51

您可以认为状态栏是一项服务 StatusBarManager 对于 ui,当状态栏拉下时,您的 Activity 将调用 onStop,当状态栏拉起时,您的 Activity 将调用 onResume

you can think status bar is a service StatusBarManager with a ui, when the status bar pulled down, your activity will invoke onStop, when the status bar pulled up, your activity will invoke onResume

九八野马 2025-01-01 02:29:51

状态栏通知可以从活动/服务触发,您通常会从服务创建状态栏通知。这样,当用户正在使用其他应用程序或设备处于睡眠状态时,可以从后台创建通知。我希望此链接可以帮助您了解更多信息。 状态栏

Staus bar notification can be triggered from both Activity/Service, you will usually create status bar notifications from a service. This way, the notification can be created from the background, while the user is using another application or while the device is asleep.I hope this link help you understand more. Status bar

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