PreferenceActivity.ExtraNoHeaders Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.