[android-developers] service intent-filter
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home