I have a number of preferences that need to be set and I want to guide the user through the flow by popping up the individual preference dialogs (ListPreference, EditTextPreference etc.), one at a time so that I can create a wizard-style UI.
As the user fills in a pref, it closes and the next one opens up.
As far as I know, the user has to click on a preference for the dialog to popup.
Is there any way to do this programmatically?