Merge changes from topic "phone-constants-telecom"
am: d982f6c3bb
Change-Id: I5d3203e562762f0f9186ce4af2215c378e3c3ef5
This commit is contained in:
@@ -848,6 +848,17 @@ public class TelecomManager {
|
|||||||
*/
|
*/
|
||||||
public static final int PRESENTATION_PAYPHONE = 4;
|
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 */
|
/** @hide */
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
@IntDef(
|
@IntDef(
|
||||||
|
|||||||
Reference in New Issue
Block a user