DockObserver wakes the display when broadcasting a change

- normal display timeout applies after wake

Signed-off-by: Ken Schultz <kschultz@motorola.com>
This commit is contained in:
Ken Schultz
2009-09-10 18:37:37 -05:00
committed by Mike Lockwood
parent f73f91c5b1
commit f02c0740d3
2 changed files with 7 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ class ServerThread extends Thread {
try {
Log.i(TAG, "Dock Observer");
// Listen for dock station changes
dock = new DockObserver(context);
dock = new DockObserver(context, power);
} catch (Throwable e) {
Log.e(TAG, "Failure starting DockObserver", e);
}