ApplicationPackageManager.getComponentEnabledSetting(ComponentName) instead. This class will be made private in Robolectric 3.5.@Deprecated
public class ShadowPackageManager.ComponentState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
flags
Deprecated.
|
int |
newState
Deprecated.
|
| Constructor and Description |
|---|
ComponentState(int newState,
int flags)
Deprecated.
|