Is it somehow possible to include one preferences.xml into another, like it can be done for layouts with the tag?
preferences.xml
Let\'s
Solution here it is to inflate both preference files from PreferencesActivity. For example:
addPreferencesFromResource(R.xml.options); addPreferencesFromResource(R.xml.additional_options);