>>>>> "KV" == Kostya Vasilyev <[email protected]> writes:
KV> Based on your code - is your service class in a different package from the KV> widget class? No. Everything is in the same package. Everything about this package was working and I was able to update the widget. The only change I made was recode ZMUpdateService to extend IntentService instead of Service and to move code from the onCreate and onStart methods to the onHandleIntent method. That's why am I asking all these questions about differences between using a Service and an IntentService - although based on all the answers there isn't any! -- Jake Colman -- Android Tinkerer -- 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

