>>>>> "KV" == Kostya Vasilyev <[email protected]> writes:
KV> As far as Android is concerned, IntentService knows nothing about KV> home screen widgets. KV> Since you know which widget receivers' onUpdate was called, pass KV> this information to the service (e.g. by setting an intent KV> extra). I implemented two Broadcast Receivers, one for each widget size. Both receivers have the same set of intent filters. If I instantiate just one size widget and broadcast an intent, both receivers respond to that intent - even though only one size widget has been instantiated. Does this make sense? Should the "large" receiver respond to intents if only the small widget has been instantiated? -- 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

