summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-01-15 17:36:40 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-01-15 17:58:16 +0000
commitd0c9c194fdb1d91f6d945a739878aa182feaab1f (patch)
treedba8faaf9d6b5d7bef1cde175b48f627ce6de91c
parentdce32512f19d81e5775ed9497306c7f72e16bfe7 (diff)
downloaddevice_samsung_t0lte-d0c9c194fdb1d91f6d945a739878aa182feaab1f.tar.gz
device_samsung_t0lte-d0c9c194fdb1d91f6d945a739878aa182feaab1f.tar.bz2
device_samsung_t0lte-d0c9c194fdb1d91f6d945a739878aa182feaab1f.zip
t0lte: overlay cleanup, incall audio params
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml10
-rw-r--r--overlay/packages/apps/Settings/res/values/bools.xml20
2 files changed, 7 insertions, 23 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index aea7315..d5f7ac3 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -112,10 +112,14 @@
config to 7. -->
<integer name="config_deviceHardwareKeys">7</integer>
- <!-- Boolean to enable stylus gestures -->
- <!--<bool name="config_stylusGestures">true</bool>-->
-
<!-- Boolean to enable stk functionality on Samsung phones -->
<bool name="config_samsung_stk">true</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">
+ <item>realcall=on=on</item>
+ </string-array>
+
</resources>
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml
deleted file mode 100644
index 63f1363..0000000
--- a/overlay/packages/apps/Settings/res/values/bools.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 The CyanogenMod Project <http://www.cyanogenmod.org>
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
- <bool name="has_powercontrol_widget">true</bool>
-</resources>