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

Commit ce94e0b7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge changes from topic "phone-constants-telecom" am: d982f6c3 am: f4fafdbd

Change-Id: Ic0d3676967911a14f77586f3144d030083aedba9
parents b4ff87ff f4fafdbd
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -848,6 +848,17 @@ public class TelecomManager {
     */
    public static final int PRESENTATION_PAYPHONE = 4;


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

    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @IntDef(