How to open a nested child PreferenceScreen in Android.

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-20T03:34:58Z Indexed on 2010/05/20 3:40 UTC
Read the original article Hit count: 361

Hello,

I have a PreferenceScreen that is defined in XML that serves all the preferences for my application. This PreferenceScreen also has a child PreferenceScreen nested within it. My implementing class is called PreferencesActivity. I know I can open the main Preferences window via startActivity(new Intent(this, PreferencesActivity.class)); but how do I go about opening the child PreferenceScreen via an Intent?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-preferences