The code file Settings.java contains the key names of the settings used in the PreferenceFragment.
The keys should be defined in a new strings XML file and also their defaults. Settings.java loads the resources at static constructor (or if possible in the same line as the constants get defined) and the PreferenceFragment just addresses the resources.
The code file
Settings.javacontains the key names of the settings used in thePreferenceFragment.The keys should be defined in a new strings XML file and also their defaults.
Settings.javaloads the resources at static constructor (or if possible in the same line as the constants get defined) and thePreferenceFragmentjust addresses the resources.