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

Commit f4fafdbd authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge changes from topic "phone-constants-telecom"

am: d982f6c3

Change-Id: I5d3203e562762f0f9186ce4af2215c378e3c3ef5
parents 8528eef2 d982f6c3
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(