On Tue, Jan 12, 2010 at 2:54 PM, String <sterling.ud...@googlemail.com>wrote:
> My leading app has deep interaction with Home, including a precursor > to "live wallpaper" that I built long before 2.1. I've been getting > reports that it doesn't work on the N1, but details are sketchy at > this point, and I don't have access to an N1 myself to try it on. I > don't use any unpublished APIs, but I do push the envelope of what's > possible within the rules. And I have had issues with other home > screen replacements (such as Samsung's), even if they officially > adhere to the platform specs. Hence my disappointment that the N1's > Home isn't part of the 2.1 core, meaning that I can't test against it > on the emulator. > What kinds of problems? The wallpaper API is... ummm... simple: set a wallpaper bitmap. Home gets told the wallpaper changed. It loads and displays it. The end. Anyway, as of 2.0 home doesn't have any involvement with the wallpaper at all. It just uses Theme.Wallpaper for its activity, which has the system put it on top of whatever the current wallpaper is. This is true for both the old and new launcher, and started with 2.0 in Droid so hasn't changed with either 2.1 or Nexus. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
-- 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