Java android.preference PreferenceFragment fields, constructors, methods, implement or subclass

Example usage for Java android.preference PreferenceFragment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.preference PreferenceFragment.

The text is from its open source code.

Subclass

android.preference.PreferenceFragment has subclasses.
Click this link to see all its subclasses.

Method

voidaddPreferencesFromResource(@XmlRes int preferencesResId)
Inflates the given XML resource and adds the preference hierarchy to the current preference hierarchy.
PreferencefindPreference(CharSequence key)
Finds a Preference based on its key.
ActivitygetActivity()
Return the Activity this fragment is currently associated with.
ClassgetClass()
Returns the runtime class of this Object .
StringgetString(@StringRes int resId)
Return a localized string from the application's package's default string table.