Hi Brad,
you might want to consider using the BuzzBox SDK to do schedule a Task
very quickly.
You can use a cron string to schedule your task, in your case it would
be:

SchedulerManager.getInstance()
        .saveTask(this, "0 10 * * 1,2,3,4,5,6,7", YourTask.class);

The BuzzBox SDK takes care of registering your task in the Alarm
Manager.
More info:
http://hub.buzzbox.com/android-sdk/

Let me know what you think.

Roberto

On Mar 9, 9:53 am, Brad Stintson <geek.bin...@gmail.com> wrote:
> How to create status bar notification which notifies me every day at 10 am?

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