上传者: 38751016
|
上传时间: 2022-10-10 09:15:34
|
文件大小: 29KB
|
文件类型: PDF
Android 跨进程SharedPreferences异常详解
Context c = null;
try {
c = context.createPackageContext(PREFERENCE_PACKAGE,
Context.CONTEXT_IGNORE_SECURITY);
} catch (NameNotFoundException e) {
e.printStackTrace();
}
if (c != null) {
SharedPreferences infoSp = c.getSha