Save value from custom Preference
问题 I have created a new preference which directly extends from CheckboxPreference . In this class I added a simple new boolean value. My question now is how I have to store this new value. If a user clicks a normal CheckboxPreference the value is stored automaticly in the preferences. I want that this happens also with my new value. For this I think I have to overwrite a method but I do not know which of them. Also I have two boolean values now (checked and my own) so I have to build a logic or