Loading telephony/java/com/android/internal/telephony/PhoneConstants.java +7 −0 Original line number Diff line number Diff line Loading @@ -194,4 +194,11 @@ public class PhoneConstants { // Initial MTU value. public static final int UNSET_MTU = 0; /** * Values for the adb property "persist.radio.ims.audio.output" */ public static final int IMS_AUDIO_OUTPUT_ENABLE_SPEAKER = 0; public static final int IMS_AUDIO_OUTPUT_DISABLE_SPEAKER = 1; public static final int IMS_AUDIO_OUTPUT_DEFAULT = IMS_AUDIO_OUTPUT_ENABLE_SPEAKER; } telephony/java/com/android/internal/telephony/TelephonyProperties.java +8 −0 Original line number Diff line number Diff line Loading @@ -243,4 +243,12 @@ public interface TelephonyProperties static final String EXTRA_SKIP_SCHEMA_PARSING = "org.codeaurora.extra.SKIP_SCHEMA_PARSING"; /** * Controls audio route for VT calls. * 0 - Use the default audio routing strategy. * 1 - Disable the speaker. Route the audio to Headset or Bluetooth * or Earpiece, based on the default audio routing strategy. */ static final String PROPERTY_IMS_AUDIO_OUTPUT = "persist.radio.ims.audio.output"; } Loading
telephony/java/com/android/internal/telephony/PhoneConstants.java +7 −0 Original line number Diff line number Diff line Loading @@ -194,4 +194,11 @@ public class PhoneConstants { // Initial MTU value. public static final int UNSET_MTU = 0; /** * Values for the adb property "persist.radio.ims.audio.output" */ public static final int IMS_AUDIO_OUTPUT_ENABLE_SPEAKER = 0; public static final int IMS_AUDIO_OUTPUT_DISABLE_SPEAKER = 1; public static final int IMS_AUDIO_OUTPUT_DEFAULT = IMS_AUDIO_OUTPUT_ENABLE_SPEAKER; }
telephony/java/com/android/internal/telephony/TelephonyProperties.java +8 −0 Original line number Diff line number Diff line Loading @@ -243,4 +243,12 @@ public interface TelephonyProperties static final String EXTRA_SKIP_SCHEMA_PARSING = "org.codeaurora.extra.SKIP_SCHEMA_PARSING"; /** * Controls audio route for VT calls. * 0 - Use the default audio routing strategy. * 1 - Disable the speaker. Route the audio to Headset or Bluetooth * or Earpiece, based on the default audio routing strategy. */ static final String PROPERTY_IMS_AUDIO_OUTPUT = "persist.radio.ims.audio.output"; }