Always have a wallpaper service running.

This commit is contained in:
Dianne Hackborn
2009-08-13 10:20:21 -07:00
parent 455e3af1f8
commit 94272625d4
5 changed files with 86 additions and 39 deletions

View File

@@ -9489,6 +9489,7 @@ public class WindowManagerService extends IWindowManager.Stub
pw.print(" mFocusedApp="); pw.println(mFocusedApp);
pw.print(" mInputMethodTarget="); pw.println(mInputMethodTarget);
pw.print(" mInputMethodWindow="); pw.println(mInputMethodWindow);
pw.print(" mWallpaperTarget="); pw.println(mWallpaperTarget);
pw.print(" mInTouchMode="); pw.println(mInTouchMode);
pw.print(" mSystemBooted="); pw.print(mSystemBooted);
pw.print(" mDisplayEnabled="); pw.println(mDisplayEnabled);