jotobjects wrote: > Found the answer - > > Since there were no intent filters specified in the manifest for this > Service the default for android:exported was false. When I set > android:exported="true" the other application was able to start the > Service. > > http://developer.android.com/intl/zh-CN/guide/topics/manifest/service-element.html#exported
That's a very obscure error message for that problem. I've filed an issue to see if we can improve the error message: http://code.google.com/p/android/issues/detail?id=5655 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year -- 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

