I am developing for older versions of Android and am using a PreferenceActivity (I know PreferenceFragment is the right approach going forward).
My PreferenceActivity is taking the theme of my application, but I want it to take whatever the general settings theme is. How do I do this?
So you want to use the android’s default one?
So use something like:
(or do the same in the
AndroidManifest.xmlfile).