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

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

Merge "HdmiControlService does not broadcast CEC <standby> message on...

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

* commit 'fef8b84e':
  HdmiControlService does not broadcast CEC <standby> message on shutdown
parents 1864f2f9 fef8b84e
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);