diff --git a/res/xml/configure_notification_settings.xml b/res/xml/configure_notification_settings.xml index c52140c4711..59c0c218faa 100644 --- a/res/xml/configure_notification_settings.xml +++ b/res/xml/configure_notification_settings.xml @@ -174,7 +174,7 @@ android:title="@string/notification_pulse_title" settings:controller="com.android.settings.notification.PulseNotificationPreferenceController"/> - resolvers1 = new ArrayList<>(); - resolvers1.add(resolveInfo1); - when(mPackageManager.queryIntentActivities(any(Intent.class), any())) - .thenReturn(resolvers1); } @Test