Hello, I'm trying to add a menu to a PreferenceScreen. I have extended PreferenceActivity which loads my settings tree from preferences.xml. My activity overloads onCreateOptionsMenu and onMenuItemSelected. However, the resulting menus are only visible at the root node, but not on any other child nodes.
The PreferenceScreen where I'd need the menu configures the hosts my client app communicates with. The menu would add a new host. I've tried using a preference item instead of the menu, but that also messes things up when it comes to dynamically adding/removing the hosts. Any suggestions of a solution or hints how to make the menu visible on other preference screens would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

