diff options
author | Rob McConnell <Robert.McConnell@broadcom.com> | 2016-03-11 11:03:00 +0000 |
---|---|---|
committer | Donghyun Cho <donghyun@google.com> | 2016-03-16 13:54:32 +0900 |
commit | 3059556f6092af0e292d4b3cff97ec772d2d6bd1 (patch) | |
tree | 8c17343d49628fd6ec7164c0380b612e16a887b0 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | b39a4cdd64edd3a9c3072408ae17ca343098ef87 (diff) |
HdmiControlService does not broadcast CEC <standby> message on shutdown
When the STB is shutting down the CEC <standby> message should be
broadcast to all CEC devices to place them in to standby. This is
not happening because the ACTION_SHUTDOWN Intent has not been
added to the list of Intent filters that the HdmiControlService
should be listening for.
This one-line change adds the ACTION_SHUTDOWN Intent filter so that
when the STB is shutting down (e.g. via a long press of the POWER
button), the CEC <standby> message can be broadcast to all devices.
This allows a connected HDMI TV to be automatically placed in to
standby.
Bug: 27596547
Change-Id: I4cdd2eaaad86e98bdf86c74fb0c377eb716f3c83
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions