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

Commit 81e41108 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
am: 559d21e7

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