According to this I can load the default values from my XML-preference file right at the beginning. But when I check the keys of my settings I see, that my R.xml.preferences is not read at all. Perhaps this will be done the first time, the user launches a PreferenceScreen. Is there a solution reg. How to retrieve the values when user launches the app the first time? Cause the link doesn't help.
Is there some kind of difference when to launch it? But neither Context nor Application brought a change. Or do I need to remove something from the dirs, cause the R.xml.preferences are not installed in the SharedPreferences-Dir from where the content is retrieved?