Java.Util.Prefs.Preferences.UserRoot Method
Legacy code; do not use. On Android, the Preference nodes corresponding to the "system" and "user" preferences are stored in sections of the file system that are inaccessible to apps.

Syntax

[Android.Runtime.Register("userRoot", "()Ljava/util/prefs/Preferences;", "")]
public static Preferences UserRoot ()

Returns

Documentation for this section has not yet been entered.

Remarks

Legacy code; do not use. On Android, the Preference nodes corresponding to the "system" and "user" preferences are stored in sections of the file system that are inaccessible to apps. Further, allowing apps to set "system wide" preferences is contrary to android's security model. Returns the root node of the user preference hierarchy.

[Android Documentation]

Requirements

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