Merge changes from topic "phone-constants-telecom" am: d982f6c3bb am: f4fafdbd69

Change-Id: Ic0d3676967911a14f77586f3144d030083aedba9
This commit is contained in:
Automerger Merge Worker
2020-01-17 23:20:41 +00:00

View File

@@ -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(