Android.Preferences.PreferenceActivity.ExtraShowFragment Field
When starting this activity, the invoking Intent can contain this extra string to specify which fragment should be initially displayed.

Syntax

[Android.Runtime.Register("EXTRA_SHOW_FRAGMENT")]
public const string ExtraShowFragment

Remarks

When starting this activity, the invoking Intent can contain this extra string to specify which fragment should be initially displayed.

Starting from Key Lime Pie, when this argument is passed in, the PreferenceActivity will call isValidFragment() to confirm that the fragment class name is valid for this activity.

[Android Documentation]

Requirements

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