@cxm-2016
2016-09-21T17:07:14.000000Z
字数 196
阅读 2111
android
no
1,创建其他程序的Context对象
mContext = createPackageContext("org.crazyit.io",Context.CONTEXT_IGNORE_SECURITY);
2,通过Context对象获取SharedPreferences对象
3,如果需要写入的话就获取Edit对象