I've added in my app a simple AlertDialog that asks if the user wants to be redirected to the info PreferenceScreen. I'd like to know how to launch a child PreferenceScreen from the parent one.
Thanks.
I've added in my app a simple AlertDialog that asks if the user wants to be redirected to the info PreferenceScreen. I'd like to know how to launch a child PreferenceScreen from the parent one.
Thanks.
I don't know what you mean by "info" PreferenceScreen, but when writing the preference xml file that you load in your
PreferenceActivity
subclass you can nest thePreferenceScreen
tags:The child preference screen will be show automatically when touching the entry in the parent preference screeen.