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

Commit 41920213 authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Android (Google) Code Review
Browse files

Merge "Resolve telephony property dependency in telecom" into main

parents 315f5137 24616197
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -1049,8 +1049,17 @@ public class TelecomManager {
    public static final int PRESENTATION_UNAVAILABLE = 5;


    /**
     * Controls audio route for video calls.
     * 0 - Use the default audio routing strategy.
     * 1 - Disable the speaker. Route the audio to Headset or Bluetooth
     *     or Earpiece, based on the default audio routing strategy.
     * @hide
     */
    public static final String PROPERTY_VIDEOCALL_AUDIO_OUTPUT = "persist.radio.call.audio.output";

    /*
     * Values for the adb property "persist.radio.videocall.audio.output"
     * Values for the adb property "persist.radio.call.audio.output"
     */
    /** @hide */
    public static final int AUDIO_OUTPUT_ENABLE_SPEAKER = 0;