Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86bd6631 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "If device config has a NAS related message, also enable importance...

Merge "If device config has a NAS related message, also enable importance adjustments" into qt-qpr1-dev
parents b76e805a 68e65324
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1833,6 +1833,7 @@ public class NotificationManagerService extends SystemService {
                    }
                    }
                    if (properties.getKeyset()
                    if (properties.getKeyset()
                            .contains(SystemUiDeviceConfigFlags.NAS_DEFAULT_SERVICE)) {
                            .contains(SystemUiDeviceConfigFlags.NAS_DEFAULT_SERVICE)) {
                        mAssistants.allowAdjustmentType(Adjustment.KEY_IMPORTANCE);
                        mAssistants.resetDefaultAssistantsIfNecessary();
                        mAssistants.resetDefaultAssistantsIfNecessary();
                    }
                    }
                });
                });