需求:只有来短信、未接电话呼吸灯才闪烁提示,其他应用的未读通知呼吸灯不闪烁提示。
实现:
frameworks/base/services/core/java/com/android/server/notification/NotificationManagerService.java
public class NotificationManagerService extends SystemService {
} else {
NotificationRecord.Light light = ledNotification.getLight();
+ String pkg = ledNotification.getSbn().getPackageName();
+ boolean isBreathinglight = false;
+ if (pkg.equals("com.android.dialer")
+ || pkg.equals