Operator: Implement various UI requirements [1/2]

* Add relevant strings and config files.

Issue: FP3-A12#40
Change-Id: I005f1af9ec8dfdc56775412bf71c4445d4ce7602
diff --git a/overlay-operators/frameworks/base/core/res/res/values-mcc204-mnc04/strings.xml b/overlay-operators/frameworks/base/core/res/res/values-mcc204-mnc04/strings.xml
new file mode 100644
index 0000000..9667a5a
--- /dev/null
+++ b/overlay-operators/frameworks/base/core/res/res/values-mcc204-mnc04/strings.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 2017, Google Inc.
+ *
+ * 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">
+     <string-array name="wfcSpnFormats">
+         <item>%s</item>
+         <item>%s NL Wifi</item>
+     </string-array>
+    <string name="sim_default_name">KAART "<xliff:g id="slot_id">%1$s</xliff:g>"</string>
+</resources>
diff --git a/overlay-operators/frameworks/base/core/res/res/values-mcc214-mnc01/strings.xml b/overlay-operators/frameworks/base/core/res/res/values-mcc214-mnc01/strings.xml
new file mode 100644
index 0000000..d321fd3
--- /dev/null
+++ b/overlay-operators/frameworks/base/core/res/res/values-mcc214-mnc01/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 2017, Google Inc.
+ *
+ * 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">
+
+    <string name="sim_default_name">TARJETA "<xliff:g id="slot_id">%1$s</xliff:g>"</string>
+</resources>
diff --git a/overlay-operators/frameworks/base/core/res/res/values-mcc222-mnc10/strings.xml b/overlay-operators/frameworks/base/core/res/res/values-mcc222-mnc10/strings.xml
new file mode 100644
index 0000000..788af05
--- /dev/null
+++ b/overlay-operators/frameworks/base/core/res/res/values-mcc222-mnc10/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 2017, Google Inc.
+ *
+ * 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">
+
+    <string name="sim_default_name">SCHEDA "<xliff:g id="slot_id">%1$s</xliff:g>"</string>
+</resources>
diff --git a/overlay-operators/frameworks/base/core/res/res/values-mcc262-mnc02/config.xml b/overlay-operators/frameworks/base/core/res/res/values-mcc262-mnc02/config.xml
index 0c2a180..085ab98 100644
--- a/overlay-operators/frameworks/base/core/res/res/values-mcc262-mnc02/config.xml
+++ b/overlay-operators/frameworks/base/core/res/res/values-mcc262-mnc02/config.xml
@@ -89,4 +89,11 @@
 
     <!-- Boolean indicating if need to show notification emergency dialog at same time -->
     <string name="config_show_notification_emergency_dialog_type" translatable="false">vodafone</string>
+
+     <!-- Do not translate. Template for showing mobile network operator name while WFC is active -->
+     <string-array name="wfcSpnFormats">
+         <item>%s</item>
+         <item>%s WiFi Calling</item>
+     </string-array>
+    <string name="sim_default_name">KARTE "<xliff:g id="slot_id">%1$s</xliff:g>"</string>
 </resources>
diff --git a/overlay-operators/frameworks/base/core/res/res/values-mcc268-mnc01/strings.xml b/overlay-operators/frameworks/base/core/res/res/values-mcc268-mnc01/strings.xml
new file mode 100644
index 0000000..7ca6064
--- /dev/null
+++ b/overlay-operators/frameworks/base/core/res/res/values-mcc268-mnc01/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 2017, Google Inc.
+ *
+ * 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">
+
+    <string name="sim_default_name">CARTÃO "<xliff:g id="slot_id">%1$s</xliff:g>"</string>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SettingsLib/res/drawable/ic_3g_plus_mobiledata.xml b/overlay-operators/frameworks/base/packages/SettingsLib/res/drawable/ic_3g_plus_mobiledata.xml
new file mode 100644
index 0000000..5fbcd42
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SettingsLib/res/drawable/ic_3g_plus_mobiledata.xml
@@ -0,0 +1,33 @@
+<!--
+     Copyright (C) 2018 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.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="19.41dp"
+    android:height="15dp"
+    android:viewportWidth="22"
+    android:viewportHeight="17">
+
+    <path
+        android:fillColor="#FFFFFFFF"
+        android:pathData="M1.9,7.88h0.77c0.5,0,0.88-0.15,1.15-0.46s0.4-0.72,0.4-1.25c0-1.17-0.45-1.75-1.35-1.75c-0.43,0-0.77,0.16-1.02,0.47 S1.49,5.62,1.49,6.13h-1.2c0-0.8,0.24-1.46,0.73-1.97s1.11-0.78,1.86-0.78c0.78,0,1.41,0.25,1.87,0.73S5.43,5.31,5.43,6.2 c0,0.46-0.12,0.89-0.36,1.29S4.52,8.18,4.14,8.37c0.94,0.35,1.41,1.12,1.41,2.33c0,0.89-0.25,1.6-0.74,2.12 c-0.49,0.53-1.14,0.79-1.94,0.79c-0.79,0-1.43-0.25-1.91-0.75c-0.49-0.5-0.73-1.17-0.73-2.01h1.21c0,0.53,0.13,0.95,0.38,1.26 c0.26,0.31,0.6,0.47,1.05,0.47c0.45,0,0.81-0.15,1.08-0.46s0.4-0.77,0.4-1.39c0-1.210.57-1.81-1.72-1.81H1.9V7.88z" />
+    <path
+        android:fillColor="#FFFFFFFF"
+        android:pathData="M14.15,12.24l-0.22,0.27c-0.63,0.73-1.55,1.1-2.76,1.1c-1.08,0-1.92-0.36-2.53-1.07c-0.61-0.71-0.93-1.72-0.94-3.02V7.56 c0-1.39,0.28-2.44,0.84-3.13s1.39-1.04,2.51-1.04c0.95,0,1.69,0.26,2.23,0.79s0.83,1.28,0.89,2.26H12.9 c-0.05-0.62-0.22-1.1-0.52-1.45s-0.74-0.52-1.34-0.52c-0.72,0-1.24,0.23-1.57,0.7S8.97,6.37,8.96,7.4v2.03 c0,1,0.19,1.77,0.57,2.31c0.38,0.54,0.93,0.8,1.65,0.8c0.67,0,1.19-0.16,1.54-0.49l0.18-0.17V9.59h-1.82V8.52h3.07V12.24z" />
+    <path
+        android:fillColor="#FFFFFFFF"
+        android:pathData="M 19.3 5.74 L 19.3 3.39 L 18 3.39 L 18 5.74 L 15.65 5.74 L 15.65 7.04 L 18 7.04 L 18 9.39 L 19.3 9.39 L 19.3 7.04 L 21.65 7.04 L 21.65 5.74 Z" />
+    <path
+        android:pathData="M 0 0 H 22 V 17 H 0 V 0 Z" />
+</vector>
diff --git a/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc20/config.xml b/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc20/config.xml
new file mode 100644
index 0000000..8d31f01
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc20/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <!-- Whether show RAT or not. -->
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_hspa_data_btb_customized">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc21/config.xml b/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc21/config.xml
new file mode 100644
index 0000000..8d31f01
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc21/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <!-- Whether show RAT or not. -->
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_hspa_data_btb_customized">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc88/config.xml b/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc88/config.xml
new file mode 100644
index 0000000..8d31f01
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SettingsLib/res/values-mcc208-mnc88/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <!-- Whether show RAT or not. -->
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_hspa_data_btb_customized">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc202-mnc05/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc202-mnc05/config.xml
new file mode 100644
index 0000000..a1962ac
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc202-mnc05/config.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <!-- Whether show RAT or not. -->
+    <bool name="config_display_rat">false</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc204-mnc04/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc204-mnc04/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc204-mnc04/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc214-mnc01/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc214-mnc01/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc214-mnc01/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc222-mnc10/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc222-mnc10/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc222-mnc10/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc234-mnc15/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc234-mnc15/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc234-mnc15/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc240-mnc06/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc240-mnc06/config.xml
new file mode 100644
index 0000000..0861ee1
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc240-mnc06/config.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc240-mnc08/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc240-mnc08/config.xml
new file mode 100644
index 0000000..0861ee1
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc240-mnc08/config.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc262-mnc02/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc262-mnc02/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc262-mnc02/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc262-mnc09/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc262-mnc09/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc262-mnc09/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc268-mnc01/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc268-mnc01/config.xml
new file mode 100644
index 0000000..a1962ac
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc268-mnc01/config.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <!-- Whether show RAT or not. -->
+    <bool name="config_display_rat">false</bool>
+</resources>
diff --git a/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc272-mnc01/config.xml b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc272-mnc01/config.xml
new file mode 100644
index 0000000..172c15e
--- /dev/null
+++ b/overlay-operators/frameworks/base/packages/SystemUI/res/values-mcc272-mnc01/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+     for different hardware and product builds. -->
+<resources>
+    <bool name="config_hspa_data_distinguishable">true</bool>
+    <bool name="config_display_rat">false</bool>
+    <bool name="config_display_volte">true</bool>
+</resources>