hallo i have made two applications A and B.A binds to a service of B
using an implicit intent:

intent i =new Intent ("level1.level2");

Application B has a service that has an intent filter for actions of
type "level1.level2".

The problem is that B is not always called.Sometimes it is called anad
everything works fine but some other times i get the following warning
in DDMS :

unable to start service Intent { act=level1.level2 } :not found

why is that??

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