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

Commit 24616197 authored by Pranav Madapurmath's avatar Pranav Madapurmath
Browse files

Resolve telephony property dependency in telecom

Move telephony property referenced in Telecom to internal
implementation.

Bug: 308492413
Bug: 311773409
Test: m (Manual)
Change-Id: I2ac98bda682e934700dfc3b1edf3d04dc11ea5e9
parent 156cc5b1
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;