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
CreatePreferenceScreen(Android.Content.Context) | ||
FindPreference(Java.Lang.ICharSequence)Finds a Android.Preferences.Preference based on its key. | ||
FindPreference(string)Documentation for this section has not yet been entered. | ||
static | GetDefaultSharedPreferences(Android.Content.Context)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. |