On Wed, Sep 9, 2009 at 1:45 AM, Android Development <indodr...@gmail.com>wrote:
> 1) Suppose, i want my service to go into deep sleep initially. If my phone > receives an incoming VoIP call (over the underlying IP connectivity, which > may be WiFi), then i wish to start an activity, and alert one of my services > to handle the incoming call. Is there an alarm for which i can register, > for implementing this use case ? > Sorry, an alarm for what? There are broadcasts sent for various things, but the platform doesn't natively know anything about VoIP so there wouldn't be an alarm or anything for that. For socket-level communication, you will wake up when you are receiving data. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---