private SharedPreferences pref;
private SharedPreferences.Editor editor;
pref= PreferenceManager.getDefaultSharedPreferences(this);
editor=pref.edit();
editor.putString();
editor.apply();
private SharedPreferences pref;
private SharedPreferences.Editor editor;
pref= PreferenceManager.getDefaultSharedPreferences(this);
editor=pref.edit();
editor.putString();
editor.apply();
本文标题:SharedPreference
本文链接:https://www.haomeiwen.com/subject/sxpaxhtx.html
网友评论