Package org.robolectric.shadows
Class ShadowDeviceConfig
- java.lang.Object
-
- org.robolectric.shadows.ShadowDeviceConfig
-
@Implements(value=android.provider.DeviceConfig.class, isInAndroidSdk=false, minSdk=29) public class ShadowDeviceConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowDeviceConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static String
getProperty(String namespace, String name)
static void
reset()
-
-
-
Method Detail
-
getProperty
@Implementation protected static String getProperty(String namespace, String name)
-
reset
@Resetter public static void reset()
-
-