diff options
| author | slickrick <rsalinas1@mail.usf.edu> | 2013-11-15 14:08:46 -0600 |
|---|---|---|
| committer | slickrick <rsalinas1@mail.usf.edu> | 2013-11-27 22:27:20 -0800 |
| commit | 5a3734b57629b3ff4c82de4c421d394a2093d96e (patch) | |
| tree | 48620842d9ed76116c6ed03f99bd576831bdd8dd /overlay-cdma | |
| parent | 9edbfc38a53d9ccaeb87853c0a8ce0fdc6c148fb (diff) | |
| download | device_samsung_t0lte-5a3734b57629b3ff4c82de4c421d394a2093d96e.tar.gz device_samsung_t0lte-5a3734b57629b3ff4c82de4c421d394a2093d96e.tar.bz2 device_samsung_t0lte-5a3734b57629b3ff4c82de4c421d394a2093d96e.zip | |
overlays: packages/apps/Phone --> packages/services/Telephony
Change-Id: I6d60193153f742499b0bf2a40476676032a28bd5
Diffstat (limited to 'overlay-cdma')
| -rw-r--r-- | overlay-cdma/packages/apps/Phone/res/xml/network_mode.xml | 38 | ||||
| -rwxr-xr-x | overlay-cdma/packages/services/Telephony/res/values/config.xml (renamed from overlay-cdma/packages/apps/Phone/res/values/config.xml) | 13 |
2 files changed, 3 insertions, 48 deletions
diff --git a/overlay-cdma/packages/apps/Phone/res/xml/network_mode.xml b/overlay-cdma/packages/apps/Phone/res/xml/network_mode.xml deleted file mode 100644 index 38989fe..0000000 --- a/overlay-cdma/packages/apps/Phone/res/xml/network_mode.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 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. ---> - -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Mobile network settings, network mode choices for a device supporting CDMA and LTE [CHAR LIMIT=25] --> - <string-array name="preferred_network_mode_choices"> - <item>LTE/CDMA/EvDo/GSM/WCDMA</item> - <item>LTE/GSM/WCDMA</item> - <item>LTE/CDMA/EvDo</item> - <item>CDMA/EvDo auto</item> - <item>GSM/WCDMA auto</item> - <item>GSM/WCDMA preferred</item> - </string-array> - <string-array name="preferred_network_mode_values" translatable="false"> - <item>"10"</item> - <item>"9"</item> - <item>"8"</item> - <item>"4"</item> - <item>"3"</item> - <item>"0"</item> - </string-array> - - <!-- LTE/CDMA network mode to use for toggleLTE(true). --> - <integer name="toggleLTE_lte_cdma_nt_mode">8</integer> -</resources> diff --git a/overlay-cdma/packages/apps/Phone/res/values/config.xml b/overlay-cdma/packages/services/Telephony/res/values/config.xml index 70de999..1e05638 100755 --- a/overlay-cdma/packages/apps/Phone/res/values/config.xml +++ b/overlay-cdma/packages/services/Telephony/res/values/config.xml @@ -20,9 +20,6 @@ <!-- 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=false=true</string> - <!-- Sprint Message Wait Indicator Quirk If true, message wait indicators are hidden by default on this device unless the user enables it in Call Settings. This quirk is necessary @@ -35,13 +32,9 @@ the com.android.internal.telephony.Phone interface (false). --> <bool name="send_mic_mute_to_AudioManager">true</bool> - <!-- Determine whether we want to display the OTA activation screen, which - gives the user option to activate or cancel --> - <integer name="OtaShowActivationScreen">0</integer> - <!-- Determine whether we should show the "listen for instructions" screen after - successfully placing the OTA call --> - <integer name="OtaShowListeningScreen">1</integer> - <!-- Flag indicating if the phone is a world phone --> <bool name="world_phone">true</bool> + + <!-- Show enabled lte option for lte device --> + <bool name="config_enabled_lte" translatable="false">true</bool> </resources> |
