android 11.0 SystemUI 屏蔽通知栏通知

本文深入探讨了在Android 11.0中如何在SystemUI层面屏蔽通知栏通知。讲解了Notification的加载流程,从statusBar的start()方法开始,注册NotificationListenerWithPlugins服务监听通知。接着分析了`addNotification()`、`createNotificationViews()`和`inflateViews()`等方法,以及如何通过Notification的layout创建视图。文章还指出,所有通知调用的都是`NotificationManager.notify()`,最终在BaseStatusBar的`mNotificationListener.onNotificationPosted()`方法中处理。因此,通过控制一个标志位可以实现对通知显示的控制。
摘要由CSDN通过智能技术生成

在11.0的定制化SystemUI开发中,所有的通知显示都是由Notication.java负责的,所以我们来先看
Notification 的监听加载流程,回到 statusBar 的start()中注册 NotificationListenerWithPlugins 作为系统service监听通知消息

try {
   
mNotificationListener.registerAsSystemService(mContext,
new ComponentName(mContext.getPackageName(), getClass().getCanonicalName()),
UserHandle.USER_ALL)
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

安卓兼职framework应用工程师

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值