As far as Android is concerned, IntentService knows nothing about home screen widgets.

Since you know which widget receivers' onUpdate was called, pass this information to the service (e.g. by setting an intent extra).

-- Kostya

30.03.2011 19:10, Jake Colman пишет:
My app uses an IntentService to update the widget's remote view.  I am
now working on adding support for multiple widget size with the smaller
widget using a different layout than the larger.  Is there a way for my
IntentService to determine which widget size it is being asked to update
so that it knows which layout to specify when it constructs the remote
view?



--
Kostya Vasilyev -- http://kmansoft.wordpress.com

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