am 6ad696c3: am f0740e0a: Merge "Add ThermalObserver system service to capture thermal state uevents." into cw-e-dev
* commit '6ad696c35b80f70f19de304b53bdbfc6f5a265d8': Add ThermalObserver system service to capture thermal state uevents.
This commit is contained in:
@@ -875,6 +875,11 @@ public final class SystemServer {
|
||||
|
||||
if (!disableNonCoreServices) {
|
||||
mSystemServiceManager.startService(DockObserver.class);
|
||||
|
||||
if (context.getPackageManager().hasSystemFeature
|
||||
(PackageManager.FEATURE_WATCH)) {
|
||||
mSystemServiceManager.startService(ThermalObserver.class);
|
||||
}
|
||||
}
|
||||
|
||||
traceBeginAndSlog("StartWiredAccessoryManager");
|
||||
|
||||
Reference in New Issue
Block a user