Do not send dock state changed broadcasts until the system has finished booting.
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@@ -392,6 +392,7 @@ class ServerThread extends Thread {
|
||||
if (wallpaper != null) wallpaper.systemReady();
|
||||
if (battery != null) battery.systemReady();
|
||||
if (connectivity != null) connectivity.systemReady();
|
||||
if (dock != null) dock.systemReady();
|
||||
Watchdog.getInstance().start();
|
||||
|
||||
Looper.loop();
|
||||
|
||||
Reference in New Issue
Block a user