|
| static SharedPreferences | getDefaultSharedPreferences (Context context) |
| |
| static void | putInt (Context context, String key, int value) |
| |
| static int | getInt (Context context, String key) |
| |
| static void | putString (Context context, String key, String value) |
| |
| static String | getString (Context context, String key) |
| |
| static void | putBoolean (Context context, String key, boolean value) |
| |
| static boolean | getBoolean (Context context, String key, boolean defValue) |
| |
© 2012 amsoft.cn 名称:AbSharedUtil.java 描述:保存到 SharedPreferences 的数据.
- 作者
- 还如一梦中
- 版本
- v1.0
- 日期
- :2014-10-09 下午11:52:13