简体   繁体   English

在状态栏中隐藏通知效果。 Android编程

[英]Hide notifications effect in status bar. Android Programming

Refer to the following Example 请参考以下示例 在此处输入图片说明


How to make effect of hidding notification icons in Status Bar. 如何在状态栏中隐藏通知图标。 (Programmatically please). (请以编程方式)。
I want to add this to my app. 我想将此添加到我的应用程序。

I just added this code. 我刚刚添加了这段代码。 My problem was solved. 我的问题解决了。

getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_LOW_PROFILE);
        setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT);

ScreenShot with result 屏幕截图与结果

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM