OSDN Git Service

pref
[evermemo/source.git] / workspace / EverMemo / src / com / yuji / em / utility / PrefUtilImpl.java
index 98b7d55..a67999e 100644 (file)
@@ -21,8 +21,7 @@ public class PrefUtilImpl implements PrefUtil {
                                Context ctxt = context.createPackageContext(PACKAGE_COM_YUJI_EM,\r
                                                Context.CONTEXT_RESTRICTED);\r
                                pref = ctxt.getSharedPreferences(EVER_MEMO_ACTIVITY,\r
-                                               Context.MODE_WORLD_READABLE\r
-                                                               | Context.MODE_WORLD_WRITEABLE);\r
+                                               Context.MODE_PRIVATE);\r
                        } catch (NameNotFoundException e) {\r
                                Debug.d(this, null, e);\r
                                return;\r