PreferenceActivity.ExtraNoHeaders Field

Definition

When starting this activity, the invoking Intent can contain this extra boolean that the header list should not be displayed.

[Android.Runtime.Register("EXTRA_NO_HEADERS")]
public const string ExtraNoHeaders;
[<Android.Runtime.Register("EXTRA_NO_HEADERS")>]
val mutable ExtraNoHeaders : string

Field Value

Attributes

Remarks

When starting this activity, the invoking Intent can contain this extra boolean that the header list should not be displayed. This is most often used in conjunction with #EXTRA_SHOW_FRAGMENT to launch the activity to display a specific fragment that the user has navigated to.

Java documentation for android.preference.PreferenceActivity.EXTRA_NO_HEADERS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to