如何去掉安卓的通知栏?

发布于 2024-10-05 16:52:28 字数 100 浏览 1 评论 0原文

我知道将 android:theme="@android:style/Theme.NoTitleBar" 添加到清单会删除标题,但是我该怎么做才能删除通知栏呢?

I know that adding android:theme="@android:style/Theme.NoTitleBar" to the manifest removes the title, but what do I do to remove the notifications bar?

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

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

发布评论

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

评论(1

一身仙ぐ女味 2024-10-12 16:52:28

使用android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

请谨慎使用。用户喜欢能够看到他们的通知、信号强度、电池电量等。

Use android:theme="@android:style/Theme.NoTitleBar.Fullscreen".

Please use this judiciously. Users like being able to see their notifications, signal strength, battery charge, etc.

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