Re: [android-developers] Activity on Service

2012-07-25 Thread Mark Murphy
On Wed, Jul 25, 2012 at 5:11 AM, Rahul Kaushik wrote: > i want to start the activity but don't want to show it to the user. > As this activity fetch some data on some criteria, through which > notification will be shown. Delete the activity. Move the "fetch some data on some criteria" to the serv

Re: [android-developers] Activity on Service

2012-07-25 Thread Rahul Kaushik
i want to start the activity but don't want to show it to the user. As this activity fetch some data on some criteria, through which notification will be shown. Thanks RK On Tue, Jul 24, 2012 at 6:45 PM, Mark Murphy wrote: > On Tue, Jul 24, 2012 at 9:02 AM, Rahul Kaushik > wrote: > > I have st

Re: [android-developers] Activity on Service

2012-07-24 Thread ashok chakravarthy
or display a notification , so user can start activity by selecting the notification. On Tue, Jul 24, 2012 at 6:32 PM, Rahul Kaushik wrote: > Hi, > > I have started an activity on Reboot from service, it get started but it > bring the activity in front of user > but i dont want show the started

Re: [android-developers] Activity on Service

2012-07-24 Thread Justin Anderson
> > I have started an activity on Reboot from service, it get started but it > bring the activity in front of user > but i dont want show the started activity to the user > Why? That doesn't make sense... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On

Re: [android-developers] Activity on Service

2012-07-24 Thread Mark Murphy
On Tue, Jul 24, 2012 at 9:02 AM, Rahul Kaushik wrote: > I have started an activity on Reboot from service, it get started but it > bring the activity in front of user > but i dont want show the started activity to the user Then do not call startActivity(). The *only reason* to call startActivity(