I have a TabActivity subclass that attempts to start a new activity via a menu item selection in onOptionsItemSelected. I am receiving the following exception which eludes me at the moment! I'm not sure why it thinks I am *not* in an activity! Any clues?
android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? menu Peace, Scott -- 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

