diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-09 22:28:14 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-09 22:28:14 +0200 |
commit | 73997788f047f00961fe23d16544890fb30629d9 (patch) | |
tree | 4388c80de08c9712e71cde8aece6a8cd2eeb2637 /overlay/frameworks/base | |
parent | 6a3e698dccc8011c7e0b6b2ff80be7e5d36cbe2d (diff) | |
download | device_samsung_i9300-73997788f047f00961fe23d16544890fb30629d9.zip device_samsung_i9300-73997788f047f00961fe23d16544890fb30629d9.tar.gz device_samsung_i9300-73997788f047f00961fe23d16544890fb30629d9.tar.bz2 |
and again: realcall :-D
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b2c84ea..e1e69d5 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -140,8 +140,11 @@ <item>"7,1"</item> </string-array> - <!-- Set "realcall" audio parameter for phone calls. Needed for some samsung audio HALs --> - <bool name="config_telephony_set_realcall_parameter">true</bool> + <!-- Set additional audio parameters for incall audio --> + <!-- Examples: <item>realcall</item> <item>dualmic_enabled</item> <item>mic_boost</item> --> + <string-array name="config_telephony_set_audioparameters" translatable="false"> + <item>realcall</item> + </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable USB interfaces. If the device doesn't want to support tething over USB this should |