I've got a IntentService started by an alarm. I also want it to start
on other intents, like ACTION_TIME_CHANGED. Do I have to create an
BroadcastReceiver that start the service when it receivers the
TIME_SET intent, can't the service be started by the intent in the
first place. I tried to add <service>/<intent-filter>/<action> but
didn't work. Should it?

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