On Mon, Jul 16, 2012 at 6:34 PM, billb <[email protected]> wrote:
> 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?

Try

yourMainActivity.startActivity (new Intent (yourMainActivity,
YourPrefsActivity.class));

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