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

Commit 129d5a72 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

telephony: set additional audioparameters for incall audio (1/2)

Change-Id: Icbf02a80f170559ad4a5d160ed254cbe81704df6

Conflicts:
	core/res/res/values/symbols.xml
parent c070cd73
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -965,6 +965,14 @@
    <!-- The VoiceMail default value is displayed to my own number if it is true -->
    <bool name="config_telephony_use_own_number_for_voicemail">false</bool>

    <!-- Set additional audio parameters for incall audio
         Usage: parameter=onstring=offstring
         Examples: <item>realcall=on=off</item>
                   <item>dualmic_enabled=true=false</item>
                   <item>mic_boost=yes=no</item> -->
    <string-array name="config_telephony_set_audioparameters" translatable="false">
    </string-array>

    <!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder.
         If false, decoded by Latin decoder. -->
    <bool name="config_sms_utf8_support">false</bool>
+5 −2
Original line number Diff line number Diff line
@@ -1758,12 +1758,15 @@
  <java-symbol type="bool" name="config_hasRotationLockSwitch" />
  <java-symbol type="integer" name="config_backKillTimeout" />
  <java-symbol type="bool" name="config_show_cmIMESwitcher"/>
  <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" />
  <java-symbol type="bool" name="config_samsung_stk" />
  <java-symbol type="integer" name="config_wallpaperMaxWidth" />
  <java-symbol type="string" name="config_legacyUmsLunFile" />
  <java-symbol type="bool" name="config_hasRemovableLid" />

  <!-- Telephony -->
  <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" />
  <java-symbol type="bool" name="config_samsung_stk" />
  <java-symbol type="array" name="config_telephony_set_audioparameters" />

  <!-- Notification and battery light -->
  <java-symbol type="bool" name="config_intrusiveBatteryLed" />
  <java-symbol type="bool" name="config_multiColorBatteryLed" />