Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下拉通知栏时是否可以将我的活动置于前台? 我的应用程序是一个简单的 VoIP 应用程序。如果下拉,我的来电屏幕活动会显示在通知栏后面。 当我的活动开始时,有什么方法可以隐藏通知阴影吗?它发生在本地 GSM 呼叫的情况下。
您可以使用 Java 的反射代码隐藏通知阴影。否则,检测通知阴影何时被拉下的唯一方法是当您的应用程序的 Activity 处于前台时。为此,您可以覆盖onWindowFocusChangedActivity 中的方法。
onWindowFocusChanged