The fields of Android.Preferences.PreferenceActivity are listed below. For a list of all members, see the PreferenceActivity Members list.
See Also: Inherited members from Android.App.ListActivity
const | ExtraNoHeaders | string. When starting this activity, the invoking Intent can contain this extra boolean that the header list should not be displayed. |
const | ExtraShowFragment | string. When starting this activity, the invoking Intent can contain this extra string to specify which fragment should be initially displayed. |
const | ExtraShowFragmentArguments | string. When starting this activity and using PreferenceActivity.ExtraShowFragment, this extra can also be specified to supply a Bundle of arguments to pass to that fragment when it is instantiated during the initial creation of PreferenceActivity. |
const | ExtraShowFragmentShortTitle | string. When starting this activity and using PreferenceActivity.ExtraShowFragment, this extra can also be specify to supply the short title to be shown for that fragment. |
const | ExtraShowFragmentTitle | string. When starting this activity and using PreferenceActivity.ExtraShowFragment, this extra can also be specify to supply the title to be shown for that fragment. |
const | HeaderIdUndefined | long (-1). Default value for NoType:android/preference/PreferenceActivity$Header;Href=../../../reference/android/preference/PreferenceActivity.Header.html#id indicating that no identifier value is set. |