I am trying to add a PreferenceFragment to a FragmentPagerAdapter.
PreferenceFragment
FragmentPagerAdapter
My class extends FragmentActivity, I have tried Fra
FragmentActivity
Fra
Documentation
I think you need to specify a container view id for the fragment transaction. Try giving it the id of your ViewPager. Or, put the ViewPager inside another container, give that an id, and use that.