public class SharedPreferenceUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVIEW |
| Constructor and Description |
|---|
SharedPreferenceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Boolean |
getSharedPreference(android.content.Context context,
java.lang.String key,
boolean _default) |
static void |
putSharedPreference(android.content.Context context,
java.lang.String key,
boolean value) |
public static final java.lang.String REVIEW