Is there XML attribute that does the exact opposite of android:dependency?
android:dependency
What I would like the dependent preference to be enabled when the other is N
Actually found it on my own and figured I'd just post it here to help anyone that might have this same issue:
android:disableDependentsState="true"
Put that in the controlling preference.