How to load the same screen preference in the detail PreferenceFragment
问题 I am trying to do something like the settings preferences in android for tablet. When I click the "More" the the "Wireless & Networks" preferences screen is displayed on the right fragment, than if I touch the "VPN" , in the same fragment the "VPN" preferences screen is opened. How can I do that ? this is my preference xml <PreferenceScreen android:title="Title A"> <PreferenceScreen android:title="TITLE B"> <PreferenceCategory android:title="category"> <ListPreference android:key="list"