diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-06-22 17:44:33 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-06-22 18:00:08 +0200 |
commit | 43aff3e028dc2453dc8eacbcf256198409c1520f (patch) | |
tree | 8613d62f38e4f024b7377bcec157ce548238382b /core/res | |
parent | 2062458e41a265b6a890399fe4dd7e962544a9bf (diff) | |
download | frameworks_base-43aff3e028dc2453dc8eacbcf256198409c1520f.zip frameworks_base-43aff3e028dc2453dc8eacbcf256198409c1520f.tar.gz frameworks_base-43aff3e028dc2453dc8eacbcf256198409c1520f.tar.bz2 |
telephony: allow to specify on and off values for setting additional audioparams
Change-Id: I574c0315f0cadc65b064aa621e0f35160a369b2d
Diffstat (limited to 'core/res')
-rwxr-xr-x | core/res/res/values/config.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index caa1be1..479f81a 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -658,8 +658,9 @@ <!-- 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 --> - <!-- Examples: <item>realcall</item> <item>dualmic_enabled</item> <item>mic_boost</item> --> + <!-- 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> |