【发布时间】:2014-08-22 05:59:17
【问题描述】:
亲爱的朋友们,我想清除我的共享偏好我已经尝试过了
SharedPreferences pref = getActivity().getSharedPreferences(
"mypassword", getActivity().MODE_PRIVATE);
Editor editor = pref.edit();
editor.putString("key_username", "");
editor.putString("key_password", "");
editor.commit();
但它不起作用。我该如何清除请帮助我。
【问题讨论】:
-
答案请参考[此链接][1] [1]:stackoverflow.com/questions/24772291/…