diff options
| author | Scott Mertz <scott@cyngn.com> | 2015-04-13 16:05:31 -0700 |
|---|---|---|
| committer | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-05-29 18:27:30 +0100 |
| commit | f895fa5a847f9a0868595ecae6792031e02f01a7 (patch) | |
| tree | 8bfd79a9d6e1c0fa4d3dd5cf4608cf3d3bf761b7 /overlay | |
| parent | 7bb993c13c1f2e5adb4fa2e66ab41d40d2eee67a (diff) | |
lettuce: fix Telecomm/Telephony overlay derp
Change-Id: I05f1f068b084a04e4199fef2974fc2c70c36b246
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/packages/services/Telecomm/res/values/config.xml | 8 | ||||
| -rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 26 |
2 files changed, 26 insertions, 8 deletions
diff --git a/overlay/packages/services/Telecomm/res/values/config.xml b/overlay/packages/services/Telecomm/res/values/config.xml index f64ab09..6d860bf 100644 --- a/overlay/packages/services/Telecomm/res/values/config.xml +++ b/overlay/packages/services/Telecomm/res/values/config.xml @@ -16,16 +16,8 @@ <resources> - <!-- Determine whether calls to mute the microphone in PhoneUtils - are routed through the android.media.AudioManager class (true) or through - the com.android.internal.telephony.Phone interface (false). --> - <bool name="send_mic_mute_to_AudioManager">true</bool> - <!-- Flag indicating if the tty is enabled --> <bool name="tty_enabled">true</bool> - <!-- Show enabled lte option for lte device --> - <bool name="config_enabled_lte" translatable="false">true</bool> - <bool name="allow_emergency_numbers_in_call_log">true</bool> </resources> 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..971e1fc --- /dev/null +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 The CyanogenMod 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. +--> + +<resources> + + <!-- Determine whether calls to mute the microphone in PhoneUtils + are routed through the android.media.AudioManager class (true) or through + the com.android.internal.telephony.Phone interface (false). --> + <bool name="send_mic_mute_to_AudioManager">true</bool> + + <!-- Show enabled lte option for lte device --> + <bool name="config_enabled_lte" translatable="false">true</bool> +</resources>
\ No newline at end of file |
