Hi, I give the following command to start an Activity from inside a service:
Intent intentToSaveRecord = new Intent ("android.intent.action.saveRecord"); startActivity(intentToSaveRecord); This is giving the following run time error: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? How do I fix this?? Please help me with this. Thanks. Regards, Zhubham. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---