I’am using several CheckBoxPreference in my android app to add a settings menu. But is there a way to say that one and only one CheckBoxPreference MUST be checked at the time?
I’am using several CheckBoxPreference in my android app to add a settings menu. But
Share
Here’s one way to do it, but it could certainly be improved!