核心内容摘要
计算机领域未来十年黄金赛道:2026 薪资碾压传统行业(超 3 倍),人才缺口 327 万
在有些大屏项目上,不需要弹出通知栏等原生UI,在RK3576里面,当有USB接入通知栏弹出时候,屏幕色温变化,通知栏miss后,色温恢复正常,所以需要屏蔽掉,影响体验。
屏蔽方式如下:framework/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java里面修改:diff --git a/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java b/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java index 5af987aba..988082742 100644 --- a/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java +++ b/base/packages/SystemUI/src/com/android/systemui/statusbar/NotificationListener.java @@ -148,11 +148,11 @@ public class NotificationListener extends NotificationListenerWi