You really shouldn't do that.  Use a notification instead.

On Thu, Apr 2, 2009 at 12:27 AM, Zhubham <sahilz...@gmail.com> wrote:

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


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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

Reply via email to