Launcher页面缓存.

来源:互联网 发布:网络优化工作图片 编辑:程序博客网 时间:2024/05/18 06:26
Launcher获取页面缓存.public static int getScreenCache(Context context) {SharedPreferences sp = context.getSharedPreferences(ALMOSTNEXUS_PREFERENCES, Context.MODE_PRIVATE);int newD = Integer.valueOf(sp.getString("screenCache", context.getResources().getString(R.string.config_screenCache)));return newD;}
原创粉丝点击