diff options
author | Brandon Clothier <brandon14125@gmail.com> | 2013-12-12 16:08:08 -0500 |
---|---|---|
committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2014-03-31 23:45:56 +0000 |
commit | 8edeac8a00f93ed1a46129fffdac98843750bb91 (patch) | |
tree | ddb401dbd09a54e10c2913b1604bd28916eb1634 | |
parent | 14879769febf4a38c00a33baffe94e40ec70d38c (diff) | |
download | device_samsung_n7100-8edeac8a00f93ed1a46129fffdac98843750bb91.zip device_samsung_n7100-8edeac8a00f93ed1a46129fffdac98843750bb91.tar.gz device_samsung_n7100-8edeac8a00f93ed1a46129fffdac98843750bb91.tar.bz2 |
n7100: rename apps/Phone overlay to services/Telephony
Patchset 2: remove the unused <string name="in_call_noise_suppression_audioparameter">
as it will break the build.
Change-Id: I3b1e68d3ebabf81ce8b45a152b642fba690fcc9b
-rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml (renamed from overlay/packages/apps/Phone/res/values/config.xml) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml index 23ec4e4..230794e 100644 --- a/overlay/packages/apps/Phone/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -19,7 +19,4 @@ <resources> <!-- Determines if device implements a noise suppression device for in call audio--> <bool name="has_in_call_noise_suppression">true</bool> - - <!-- Audio parameter for setting noise suppression--> - <string name="in_call_noise_suppression_audioparameter">noise_suppression=true=false</string> </resources> |