Android.Preferences.PreferenceManager: Method Members

The methods of Android.Preferences.PreferenceManager are listed below. For a list of all members, see the PreferenceManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

CreatePreferenceScreen(Android.Content.Context) : PreferenceScreen
FindPreference(Java.Lang.ICharSequence) : Preference
Finds a Android.Preferences.Preference based on its key.
FindPreference(string) : Preference
Documentation for this section has not yet been entered.
static
GetDefaultSharedPreferences(Android.Content.Context) : Android.Content.ISharedPreferences
Gets a SharedPreferences instance that points to the default file that is used by the preference framework in the given context.
static
SetDefaultValues(Android.Content.Context, int, bool)
Sets the default values from an XML preference file by reading the values defined by each Android.Preferences.Preference item's android:defaultValue attribute.
static
SetDefaultValues(Android.Content.Context, string, Android.Content.FileCreationMode, int, bool)
Similar to PreferenceManager.SetDefaultValues(Android.Content.Context, System.Int32, System.Int32) but allows the client to provide the filename and mode of the shared preferences file.