Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab16734c authored by Nikolas Havrikov's avatar Nikolas Havrikov Committed by Android (Google) Code Review
Browse files

Merge "Do not start VibratorManagerService on TV"

parents 4a7253bf 83b7c32b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1559,9 +1559,11 @@ public final class SystemServer implements Dumpable {
            mSystemServiceManager.startService(ROLE_SERVICE_CLASS);
            t.traceEnd();

            if (!isTv) {
                t.traceBegin("StartVibratorManagerService");
                mSystemServiceManager.startService(VibratorManagerService.Lifecycle.class);
                t.traceEnd();
            }

            t.traceBegin("StartDynamicSystemService");
            dynamicSystem = new DynamicSystemService(context);