This describes the various clocks and their behaviors:

http://code.google.com/android/reference/android/os/SystemClock.html

AlarmManager is what you're looking for.

JBQ

On Tue, Oct 28, 2008 at 7:15 AM, Brian <[EMAIL PROTECTED]> wrote:
>
> I see...
>
> I guess more specifically.. if I use
>
> Thread.sleep(1000000);
>
> will the thread wake up 1000 seconds later if the phone is asleep?
> or must I use the AlarmManager to do something like this?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to