I have an application that works on Honeycomb. It shows the Settings by using onBuildHeaders and PreferenceFragment.
I run it on Galaxy Nexus sdk 4.0 ( Icecream Sandwich) and it does not work. The main screen is shown correctly but when I click on a raw nothing happens: the platform clicks and shows the selection but the PreferenceFragment is not shown.
Have you seen this problem too?
I had to remove the
singleTopoption in theAndroidManifestfor theSettingsActivity(PreferenceActivitythat loads the headers)