Update ShadowNotificationManager to extend from roboletric shadow library
Bug: 319052511 Test: atest Change-Id: Ic89f7ef69ade4e4497f4b92e292e297e3c1e7bdc
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user