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

Commit 02adbb15 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

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

parents f8f018ba 43f8a057
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
@@ -1303,6 +1303,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" />