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

Commit 81640601 authored by Edward Savage-Jones's avatar Edward Savage-Jones Committed by android-build-merger
Browse files

Merge "Fix an incorrect null check" am: 09071b4f am: 2de74edd

am: b0b9af6f

Change-Id: I0784e65adb0e8ffd8b90aab691140e02db73222b
parents 33bd1670 b0b9af6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -479,7 +479,7 @@ public class NotificationManagerService extends SystemService {

        String defaultDndAccess = getContext().getResources().getString(
                com.android.internal.R.string.config_defaultDndAccessPackages);
        if (defaultListenerAccess != null) {
        if (defaultDndAccess != null) {
            for (String whitelisted :
                    defaultDndAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR)) {
                try {