If device config has a NAS related message, also enable importance adjustments
Test: compiles Fixes: 138374023 Change-Id: I4c70891d44c83b805116878b71173d5a0825537c
This commit is contained in:
@@ -1824,6 +1824,7 @@ public class NotificationManagerService extends SystemService {
|
||||
}
|
||||
if (properties.getKeyset()
|
||||
.contains(SystemUiDeviceConfigFlags.NAS_DEFAULT_SERVICE)) {
|
||||
mAssistants.allowAdjustmentType(Adjustment.KEY_IMPORTANCE);
|
||||
mAssistants.resetDefaultAssistantsIfNecessary();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user