Hi.

(i know it's been asked in different forms already)
I've written the live wallpaper (there can't be enough ;) and it has
display settings. The problem is that when after the WP is being
chosen if I go to WP selection, choose the same one, tinker with
settings, the preview window reflect changes, the current running one
does not. I assume that it's because those are two separate processes
and SharedPreferences notify inside same process only (so far).

So the question is is the broadcast intent the only option?
sendWallpaperCommand doesn't work if you're not the view host, no-
create binding(my first idea) to service is impossible because onBind
is final. I mean I can do that but it's somewhat strange that there
are settings for WP and no standard and easy way to notify running
instance about that.

Cheers.

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