Merge "msm8974: remove network modes overlay" into cm-11.0

This commit is contained in:
slayher 2014-06-22 22:12:32 +00:00 committed by Gerrit Code Review
commit eb08d866f4

View File

@ -1,52 +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_cm">
<item>LTE only</item>
<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>WCDMA only</item>
<item>GSM only</item>
<item>GSM/WCDMA preferred</item>
</string-array>
<string-array name="preferred_network_mode_choices">
<item>LTE only</item>
<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>WCDMA only</item>
<item>GSM only</item>
<item>GSM/WCDMA preferred</item>
</string-array>
<string-array name="preferred_network_mode_values" translatable="false">
<item>"11"</item>
<item>"10"</item>
<item>"9"</item>
<item>"8"</item>
<item>"4"</item>
<item>"3"</item>
<item>"2"</item>
<item>"1"</item>
<item>"0"</item>
</string-array>
</resources>