Merge "Register and update input settings after boot" into udc-dev am: 783c600593

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23373898

Change-Id: Ieda83cb1a42b1498c4c74fff7de2f61450477b88
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Prabir Pradhan
2023-05-25 20:56:31 +00:00
committed by Automerger Merge Worker

View File

@@ -500,8 +500,6 @@ public class InputManagerService extends IInputManager.Stub
// Add ourselves to the Watchdog monitors.
Watchdog.getInstance().addMonitor(this);
mSettingsObserver.registerAndUpdate();
}
// TODO(BT) Pass in parameter for bluetooth system
@@ -512,6 +510,8 @@ public class InputManagerService extends IInputManager.Stub
mDisplayManagerInternal = LocalServices.getService(DisplayManagerInternal.class);
mSettingsObserver.registerAndUpdate();
synchronized (mLidSwitchLock) {
mSystemReady = true;