celox: enable LTE settings
Change-Id: Ifa6bc0dae99fadb886bb029c9899c887c1ddc15c
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index bf970df..9ffa863 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -14,20 +14,23 @@
limitations under the License.
-->
-<!-- shooteru-specific phone app resources. -->
+<!-- Phone app resources that may need to be customized
+ for different hardware or product builds. -->
<resources>
-
<!-- Determine whether calls to mute the microphone in PhoneUtils
- are routed through the android.media.AudioManager class (true) or through
+ 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>
- <!-- This device implements a noise suppression device for in call audio-->
+ <!-- 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">dualmic_enabled=true=false</string>
+ <!-- Show enabled lte option for lte device -->
+ <bool name="config_enabled_lte" translatable="false">true</bool>
+
<!-- Flag indicating if the tty is enabled -->
<bool name="tty_enabled">true</bool>