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

Commit fef8b84e authored by Rob McConnell's avatar Rob McConnell Committed by android-build-merger
Browse files

Merge "HdmiControlService does not broadcast CEC <standby> message on shutdown" into nyc-dev

am: b71b5488

* commit 'b71b5488':
  HdmiControlService does not broadcast CEC <standby> message on shutdown
parents eb84681f b71b5488
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -419,6 +419,7 @@ public final class HdmiControlService extends SystemService {
            IntentFilter filter = new IntentFilter();
            filter.addAction(Intent.ACTION_SCREEN_OFF);
            filter.addAction(Intent.ACTION_SCREEN_ON);
            filter.addAction(Intent.ACTION_SHUTDOWN);
            filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
            getContext().registerReceiver(mHdmiControlBroadcastReceiver, filter);