[android-developers] How to start Activity from Service (if not already started)?

2010-03-19 Thread AuxOne
I've successfully implemented a BootReceiver, AlarmManager, and Service per the code here: http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices/Alarm Inside the doWakefulWork method of the Service I am instantiating a few classes, but some of them require my Activity to be

Re: [android-developers] How to start Activity from Service (if not already started)?

2010-03-19 Thread Mark Murphy
AuxOne wrote: I've successfully implemented a BootReceiver, AlarmManager, and Service per the code here: http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices/Alarm Inside the doWakefulWork method of the Service I am instantiating a few classes, but some of them require my