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

Commit 996b5af4 authored by Jae Seo's avatar Jae Seo
Browse files

Start TvInputManagerService when the device supports FEATURE_LIVE_TV

Bug: 17284986
Change-Id: I5efeffecfcb771cb2e6180ccfd665464611a24fc
parent 11cfe2c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -918,7 +918,7 @@ public final class SystemServer {
                mSystemServiceManager.startService(HdmiControlService.class);
                mSystemServiceManager.startService(HdmiControlService.class);
            }
            }


            if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_LEANBACK)) {
            if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_LIVE_TV)) {
                mSystemServiceManager.startService(TvInputManagerService.class);
                mSystemServiceManager.startService(TvInputManagerService.class);
            }
            }