Is it possible to use revert dependencies?
<Preference android:key="test"
android:title="@string/test" android:summary="@string/test_summary"
android:dependency="dependOn" />
In this example the test preference is shown if dependOn is selected, but i want it the other way round.