diff --git a/services/core/java/com/android/server/notification/ZenModeConditions.java b/services/core/java/com/android/server/notification/ZenModeConditions.java index 0945065d62f7e..86ca97d485315 100644 --- a/services/core/java/com/android/server/notification/ZenModeConditions.java +++ b/services/core/java/com/android/server/notification/ZenModeConditions.java @@ -99,9 +99,7 @@ public class ZenModeConditions implements ConditionProviders.Callback { @Override public void onServiceAdded(ComponentName component) { if (DEBUG) Log.d(TAG, "onServiceAdded " + component); - if (isAutomaticActive(component)) { - mHelper.setConfigAsync(mHelper.getConfig(), "zmc.onServiceAdded"); - } + mHelper.setConfigAsync(mHelper.getConfig(), "zmc.onServiceAdded"); } @Override