- fragmentName
- The name of the fragment to display.
- args
- Optional arguments to supply to the fragment.
- resultTo
- Option fragment that should receive the result of the activity launch.
- resultRequestCode
- If resultTo is non-null, this is the request code in which to report the result.
- titleRes
- Resource ID of string to display for the title of this set of preferences.
- shortTitleRes
- Resource ID of string to display for the short title of this set of preferences.
Start a new instance of this activity, showing only the given preference fragment. When launched in this mode, the header list will be hidden and the given preference fragment will be instantiated and fill the entire activity.