I have defined dialogfragments
(because Android documentation says that it is better and indeed it is) but now I want to use it in PreferenceActivity
.
The problem is that I cannot use getSupportFragmentManager()
there and I cannot use PreferenceFragment since it doesn't work with compatibility library. Looks like a road block scenario.
Can anyone advise on this?