Android.Preferences.PreferenceManager.GetDefaultSharedPreferences Method
Gets a SharedPreferences instance that points to the default file that is used by the preference framework in the given context.

Syntax

[Android.Runtime.Register("getDefaultSharedPreferences", "(Landroid/content/Context;)Landroid/content/SharedPreferences;", "")]
public static Android.Content.ISharedPreferences GetDefaultSharedPreferences (Android.Content.Context context)

Parameters

context
The context of the preferences whose values are wanted.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets a SharedPreferences instance that points to the default file that is used by the preference framework in the given context.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1