Example usage for Java android.preference PreferenceFragment fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addPreferencesFromResource(@XmlRes int preferencesResId) Inflates the given XML resource and adds the preference hierarchy to the current preference hierarchy. |
Preference | findPreference(CharSequence key) Finds a Preference based on its key. |
Activity | getActivity() Return the Activity this fragment is currently associated with. |
Class> | getClass() Returns the runtime class of this Object . |
String | getString(@StringRes int resId) Return a localized string from the application's package's default string table. |