summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2015-09-07 08:53:57 -0700
committerVineeta Srivastava <vsrivastava@google.com>2015-09-11 01:39:00 -0700
commit36d6135da5b8315fdc8bda1b9a5dc53f568aea41 (patch)
tree4471839358b91deb1292d8d508314008bc863dd1
parent4d9d3a6df8a3e44cdccb321fa8db099e0619c876 (diff)
downloadandroid_packages_services_Telephony-36d6135da5b8315fdc8bda1b9a5dc53f568aea41.tar.gz
android_packages_services_Telephony-36d6135da5b8315fdc8bda1b9a5dc53f568aea41.tar.bz2
android_packages_services_Telephony-36d6135da5b8315fdc8bda1b9a5dc53f568aea41.zip
Enable TDSCDMA mode for only CMCC
Other operators (CT, CU) do not support TDSCDMA. They are CDMA operators. Change-Id: Ic1b8be91221547dc6b3cb07252f07b645cbbd740
-rw-r--r--res/values-mcc460-mnc00/config.xml (renamed from res/values-mcc460/config.xml)0
-rw-r--r--res/values-mcc460-mnc02/config.xml20
-rw-r--r--res/values-mcc460-mnc07/config.xml20
-rw-r--r--res/values-mcc460-mnc08/config.xml20
4 files changed, 60 insertions, 0 deletions
diff --git a/res/values-mcc460/config.xml b/res/values-mcc460-mnc00/config.xml
index ca784916a..ca784916a 100644
--- a/res/values-mcc460/config.xml
+++ b/res/values-mcc460-mnc00/config.xml
diff --git a/res/values-mcc460-mnc02/config.xml b/res/values-mcc460-mnc02/config.xml
new file mode 100644
index 000000000..ca784916a
--- /dev/null
+++ b/res/values-mcc460-mnc02/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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>
+ <!-- Show enabled tdscdma option for device -->
+ <bool name="config_support_tdscdma" translatable="false">true</bool>
+</resources>
diff --git a/res/values-mcc460-mnc07/config.xml b/res/values-mcc460-mnc07/config.xml
new file mode 100644
index 000000000..ca784916a
--- /dev/null
+++ b/res/values-mcc460-mnc07/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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>
+ <!-- Show enabled tdscdma option for device -->
+ <bool name="config_support_tdscdma" translatable="false">true</bool>
+</resources>
diff --git a/res/values-mcc460-mnc08/config.xml b/res/values-mcc460-mnc08/config.xml
new file mode 100644
index 000000000..ca784916a
--- /dev/null
+++ b/res/values-mcc460-mnc08/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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>
+ <!-- Show enabled tdscdma option for device -->
+ <bool name="config_support_tdscdma" translatable="false">true</bool>
+</resources>