【发布时间】:2013-05-14 15:48:56
【问题描述】:
我的应用程序正在运行横向模式,我在清单文件中设置了以下活动属性
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
当我的活动运行时,它肯定会隐藏通知栏。但是当假设我从我的应用程序启动浏览器活动并返回时,通知栏再次可见。我试图找到它的解决方案,但没有任何效果。我点击了以下链接,但徒劳无功。 Hidden notification bar reappearing after screen lock and unlock 有什么想法吗?
【问题讨论】:
标签: android android-notification-bar