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

Commit 5070ebc9 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Id00cd3fe7b7f63115de1332892fc5837ee990ca0
parents 7c021609 ce94e0b7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -849,6 +849,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(