I am creating a full-screen andengine based app.  
 
In the app there are some settings that the user can select, and I've used 
the PreferencesActivity available in android.
 
All of this works if the device has a physical menu button.  Since this 
button will be disappearing over time, I have added a ButtonSprite to my 
screen that I would like to open the preferences activity as if the menu 
button was pressed.  I am not using an action bar as this is a full screen 
app and do not want to forfeit any more screen real estate.
 
I have everything wired up so that I know when the button is touched, but 
am at a loss to determine what I should call to instantiate the preferences 
activity.
 
I am sure that this is a simple matter, however, the documentation and 
examples have not provided any clues, at least to me.
 
So, given that I know where to place the call to get the preferences 
activity displayed, what do I call to actually get this to happen?
 
Thanks in advance,
B.

-- 
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

Reply via email to