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

Commit 43f8a057 authored by Jinsuk Kim's avatar Jinsuk Kim
Browse files

Add a new resource for HDMI-CEC logical device type definition

New integer array containing the list of HDMI-CEC logical device types
which the Android system can host. HdmiControlService gets initialized
with the types given in the list.

Change-Id: Ic6f02e0903814811b9d1a40364a78b8170d8481d
parent d0e20951
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -462,6 +462,19 @@
         provide full support for multiple displays.  -->
    <integer name="config_undockedHdmiRotation">-1</integer>

    <!-- HDMI-CEC logical device types allowed on the system. Logical device types
         are defined in HDMI-CEC standard 1.4 as follows:
           0 TV
           1 Recording Device
           2 Reserved
           3 Tuner
           4 Playback
           5 Audio System
           6 Pure CEC Switch
           7 Video Processor    -->
    <integer-array name="config_hdmiCecLogicalDeviceType">
    </integer-array>

    <!-- Control the default UI mode type to use when there is no other type override
         happening.  One of the following values (See Configuration.java):
             1  UI_MODE_TYPE_NORMAL
+1 −0
Original line number Diff line number Diff line
@@ -1299,6 +1299,7 @@
  <java-symbol type="anim" name="dock_right_enter" />
  <java-symbol type="anim" name="dock_right_exit" />

  <java-symbol type="array" name="config_hdmiCecLogicalDeviceType" />
  <java-symbol type="array" name="config_keyboardTapVibePattern" />
  <java-symbol type="array" name="config_longPressVibePattern" />
  <java-symbol type="array" name="config_safeModeDisabledVibePattern" />