Re: [android-developers] App Widget with AlarmManager... full example source?

2010-09-09 Thread Rich Allen
Thanks Mark, I was able to get the alarm manager working with the help you provided. I appreciate it! Rich On 9/8/2010 7:58 AM, Mark Murphy wrote: My widget currently has a service with a function called buildUpdate that returns a RemoteViews object. To enable 5 minute updates, I need to: -

Re: [android-developers] App Widget with AlarmManager... full example source?

2010-09-08 Thread Rich Allen
Hi Mark, thank you for responding. I've looked through the code you provided and I'm still a little unclear. I don't believe I need any of the wakeful intent code, correct? My widget currently has a service with a function called buildUpdate that returns a RemoteViews object. To enable 5