Merge "Fix an incorrect null check" am: 09071b4fa8
am: 2de74edd83
Change-Id: I519ee44d10bba260be6a13acb2bc59bdcb4a036c
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user