标签: android
有没有办法在常规时间后自动删除sharedpreference的特定键值对?我的要求是在创建一天后清除特定的键值对以减少内存。有可能吗?
答案 0 :(得分:0)
到特定字段删除:〜
SharedPreferences.Editor.remove() followed by a commit()
答案 1 :(得分:0)
您需要使用AlarmManager并将闹钟设置为24小时。然后在警报接收器中,使用 mEditor.remove(“key”)