new SensorService
remove old sensor service and implement SensorManager on top of the new (native) SensorManger API. Change-Id: Iddb77d498755da3e11646473a44d651f12f40281
This commit is contained in:
@@ -165,10 +165,6 @@ class ServerThread extends Thread {
|
||||
Watchdog.getInstance().init(context, battery, power, alarm,
|
||||
ActivityManagerService.self());
|
||||
|
||||
// Sensor Service is needed by Window Manager, so this goes first
|
||||
Slog.i(TAG, "Sensor Service");
|
||||
ServiceManager.addService(Context.SENSOR_SERVICE, new SensorService(context));
|
||||
|
||||
Slog.i(TAG, "Window Manager");
|
||||
wm = WindowManagerService.main(context, power,
|
||||
factoryTest != SystemServer.FACTORY_TEST_LOW_LEVEL);
|
||||
|
||||
Reference in New Issue
Block a user