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

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

Merge "Remove system audio output option for HdmiControlService" into lmp-dev

parents abdd1543 55021797
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -5153,17 +5153,6 @@ public final class Settings {
        */
       public static final String HDMI_SYSTEM_AUDIO_ENABLED = "hdmi_system_audio_enabled";

       /**
        * Output of the audio to be used for system audio mode, as defined in AudioSystem.java.
        * <ul>
        * <li>DEVICE_OUT_SPDIF</li>
        * <li>DEVICE_OUT_HDMI_ARC</li>
        * <li>DEVICE_OUT_LINE</li>
        * </ul>
        * @hide
        */
       public static final String HDMI_SYSTEM_AUDIO_OUTPUT = "hdmi_system_audio_output";

       /**
        * Whether TV will automatically turn on upon reception of the CEC command
        * &lt;Text View On&gt; or &lt;Image View On&gt;. (0 = false, 1 = true)