Is there a way to dynamically show and hide preferences? In my case, I have a checkbox preference that would disable or enable one of 2 preference groups (\"with-\" and \"w
I recommend using V7 preference, it has setVisible() method. But I have not tried it yet.
setVisible()