Merge "Update ShadowNotificationManager to extend from roboletric shadow library" into main

This commit is contained in:
Fan Wu
2024-01-17 08:42:19 +00:00
committed by Android (Google) Code Review

View File

@@ -27,7 +27,7 @@ import org.robolectric.annotation.Implements;
import java.util.Set;
@Implements(NotificationManager.class)
public class ShadowNotificationManager {
public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager {
private int mZenMode;
private ZenModeConfig mZenModeConfig;