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

Commit bdfc9afc authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
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
am: 86bd6631

Change-Id: I72e535b74b90c3f97acee43fae5eaf6f5e70ee31
parents f2ab6e1e 86bd6631
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1833,6 +1833,7 @@ public class NotificationManagerService extends SystemService {
                    }
                    if (properties.getKeyset()
                            .contains(SystemUiDeviceConfigFlags.NAS_DEFAULT_SERVICE)) {
                        mAssistants.allowAdjustmentType(Adjustment.KEY_IMPORTANCE);
                        mAssistants.resetDefaultAssistantsIfNecessary();
                    }
                });