update
This commit is contained in:
@@ -26,4 +26,8 @@ public class FaceSPUtils {
|
||||
public boolean saveBool(String key,boolean value){
|
||||
return mSharedPreferences.getBoolean(key,false);
|
||||
}
|
||||
|
||||
public void del(String key) {
|
||||
mSharedPreferences.edit().remove(key).apply();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user