@Implements(value=android.os.SystemProperties.class,
isInAndroidSdk=false)
public class ShadowSystemProperties
extends Object
SystemProperties.| Constructor and Description |
|---|
ShadowSystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(String key) |
static String |
get(String key,
String def) |
static boolean |
getBoolean(String key,
boolean def) |
static int |
getInt(String key,
int def) |
static long |
getLong(String key,
long def) |
Copyright © 2015. All rights reserved.