summaryrefslogtreecommitdiffstats
path: root/overlay/packages/services/Telephony/res/values/config.xml
diff options
context:
space:
mode:
authorNBruderman <nbruderman@gmail.com>2014-09-22 18:32:28 +0300
committerNir Bruderman <nbruderman@gmail.com>2014-09-22 15:34:36 +0000
commitf1fc84ad8ab521e763d5ed21fb8aeb5924a3841c (patch)
tree9f895dc967ca0383fa1da5f19eef0c4adcfe78df /overlay/packages/services/Telephony/res/values/config.xml
parent17bf9eb6b5ebbf3d753d96e761d429cfef4ba365 (diff)
downloaddevice_samsung_i9300-f1fc84ad8ab521e763d5ed21fb8aeb5924a3841c.zip
device_samsung_i9300-f1fc84ad8ab521e763d5ed21fb8aeb5924a3841c.tar.gz
device_samsung_i9300-f1fc84ad8ab521e763d5ed21fb8aeb5924a3841c.tar.bz2
i9300: fix noise suppression overlays
The phone app isn't relevant anymore, the overlays were switched to the Telephony overlays, so this change was needed Change-Id: I469a40f3ba023b8b0f356b289dd3e62b5659ff28
Diffstat (limited to 'overlay/packages/services/Telephony/res/values/config.xml')
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
new file mode 100644
index 0000000..f65c593
--- /dev/null
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ 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.
+-->
+
+<!-- Phone app resources that may need to be customized
+ for different hardware or product builds. -->
+
+<resources>
+ <!-- Determines if device implements a noise suppression device for in call audio-->
+ <bool name="has_in_call_noise_suppression">true</bool>
+</resources>