- fragmentName
- The name of the fragment to display.
- args
- Optional arguments to supply to the fragment.
- titleRes
- Optional resource ID of title to show for this item.
- shortTitleRes
- Optional resource ID of short title to show for this item.
Documentation for this section has not yet been entered.
Called by PreferenceActivity.StartWithFragment(string, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle, Android.OS.Bundle) when in single-pane mode, to build an Intent to launch a new activity showing the selected fragment. The default implementation constructs an Intent that re-launches the current activity with the appropriate arguments to display the fragment.