如果应用程序处于全屏模式,可以在通知栏上显示通知吗?

发布于 2024-12-26 04:15:37 字数 306 浏览 1 评论 0原文

我的应用程序处于全屏模式:

    requestWindowFeature(Window.FEATURE_NO_TITLE);
    this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

我想在状态栏中显示我的应用程序上的推送通知。

如果我的应用程序处于全屏模式,当我的应用程序收到推送通知时,状态栏是否会显示?

谢谢

i have my app in fullscreen mode:

    requestWindowFeature(Window.FEATURE_NO_TITLE);
    this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

I want to show push notifications on my app in the status bar.

Will the status bar be shown when my app receives a push notification if my app is in full screen mode?

thanks

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

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

发布评论

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

评论(1

睫毛溺水了 2025-01-02 04:15:37

不......从应用程序进入主屏幕后,您将能够在通知栏中看到通知! (或者通过单击“主页”按钮打开主屏幕)。如果您的应用处于全屏状态,您将无法看到通知。

No..you will be able to see the notification in the Notification bar after you come to home screen from the app! (Or open the home screen, by clicking the Home button). You won't be able to see the notification if your app is in fullscreen.

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