diff options
| author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-01-16 12:08:38 -0800 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2013-01-16 12:08:38 -0800 |
| commit | ceabe5b1376eaf0a20c93504cd8f244ed51f7db5 (patch) | |
| tree | 0f288cf7326e623aebd0a8164c0e872f83cf408f | |
| parent | dbd6f4fac9d393331a2e49bfbec80fe7b654d779 (diff) | |
| parent | 3eeaf8a2b0d3547fb4a8968b5140b07e8afee990 (diff) | |
| download | frameworks_base-ceabe5b1376eaf0a20c93504cd8f244ed51f7db5.zip frameworks_base-ceabe5b1376eaf0a20c93504cd8f244ed51f7db5.tar.gz frameworks_base-ceabe5b1376eaf0a20c93504cd8f244ed51f7db5.tar.bz2 | |
Merge "telephony: set additional audioparameters for incall audio (1/2)" into cm-10.1
| -rwxr-xr-x | core/res/res/values/config.xml | 8 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 9a96662..76fa164 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -810,6 +810,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> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index f8bfc42..b399050 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -1835,12 +1835,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" /> + <!-- Hardware Key ReMapping --> <java-symbol type="integer" name="config_deviceHardwareKeys" /> |
