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

Commit ec2363bc authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

Merge "NotificationManager : Rebind the notification listeners onChange" into cm-10.2

parents 9904c436 583f06a8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1319,6 +1319,10 @@ public class NotificationManagerService extends INotificationManager.Stub
                parseNotificationPulseCustomValuesString(Settings.System.getStringForUser(resolver,
                        Settings.System.NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES, UserHandle.USER_CURRENT));
            }

            if (uri == null || ENABLED_NOTIFICATION_LISTENERS_URI.equals(uri)) {
                rebindListenerServices();
            }
        }
    }