summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/mipmap-hdpi/ic_launcher_phone.pngbin7773 -> 2468 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_phone.pngbin4462 -> 1623 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_phone.pngbin11453 -> 3515 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_phone.pngbin17308 -> 5595 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher_phone.pngbin0 -> 7958 bytes
-rw-r--r--res/values-ast-rES/strings.xml30
-rw-r--r--res/values-be/strings.xml29
-rw-r--r--res/values-br-rFR/strings.xml29
-rw-r--r--res/values-cy/strings.xml29
-rw-r--r--res/values-en-rPT/strings.xml29
-rw-r--r--res/values-eo/strings.xml29
-rw-r--r--res/values-es-rMX/strings.xml29
-rw-r--r--res/values-fy-rNL/strings.xml29
-rw-r--r--res/values-gd-rGB/strings.xml29
-rw-r--r--res/values-ku/strings.xml30
-rw-r--r--res/values-lb/strings.xml30
-rw-r--r--res/values-oc-rFR/strings.xml29
-rw-r--r--res/values-ug/strings.xml30
-rw-r--r--res/values/config.xml4
-rw-r--r--res/values/strings.xml8
-rw-r--r--res/xml/hbpcd_lookup_tables.xml4
21 files changed, 395 insertions, 2 deletions
diff --git a/res/mipmap-hdpi/ic_launcher_phone.png b/res/mipmap-hdpi/ic_launcher_phone.png
index 47d7894..aa3f099 100644
--- a/res/mipmap-hdpi/ic_launcher_phone.png
+++ b/res/mipmap-hdpi/ic_launcher_phone.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_phone.png b/res/mipmap-mdpi/ic_launcher_phone.png
index 3b333cf..b554b7c 100644
--- a/res/mipmap-mdpi/ic_launcher_phone.png
+++ b/res/mipmap-mdpi/ic_launcher_phone.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_phone.png b/res/mipmap-xhdpi/ic_launcher_phone.png
index 020c2fa..5b9aff0 100644
--- a/res/mipmap-xhdpi/ic_launcher_phone.png
+++ b/res/mipmap-xhdpi/ic_launcher_phone.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_phone.png b/res/mipmap-xxhdpi/ic_launcher_phone.png
index 1594e4e..4e204d4 100644
--- a/res/mipmap-xxhdpi/ic_launcher_phone.png
+++ b/res/mipmap-xxhdpi/ic_launcher_phone.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_phone.png b/res/mipmap-xxxhdpi/ic_launcher_phone.png
new file mode 100644
index 0000000..3efbee9
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_phone.png
Binary files differ
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
new file mode 100644
index 0000000..f59b8a5
--- /dev/null
+++ b/res/values-ast-rES/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <string name="app_label" product="tablet">Configuración de rede móvil</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-be/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
new file mode 100644
index 0000000..4da5008
--- /dev/null
+++ b/res/values-ku/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <string name="app_label" product="tablet">رێکخستنی تۆڕی مۆبایل</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..364ac78
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <string name="app_label" product="tablet">Konfiguratioun vum Mobilnetzwierk</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..ad8e1ef
--- /dev/null
+++ b/res/values-oc-rFR/strings.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
new file mode 100644
index 0000000..9d9a0e2
--- /dev/null
+++ b/res/values-ug/strings.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2008 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">
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. This is the version of the label for tablet
+ devices, where the TelephonyProvider stores configuration info
+ about the mobile data network. [CHAR LIMIT=40] -->
+ <string name="app_label" product="tablet">كۆچمە تور سەپلىمىسى</string>
+ <!-- Official label of the TelephonyProvider, as seen in the "Manage
+ Applications" UI. The TelephonyProvider stores configuration
+ info about the carrier and cell network, and also provides
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
+ <!-- Apn read only -->
+ <!-- Apn PPP number -->
+ <!-- Apn localized name -->
+</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 6148e5e..311a104 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -7,4 +7,8 @@
<item>310120</item>
<item>311480</item>
</string-array>
+
+ <!-- The preferred APN to use, in the format name,mcc,mnc
+ Leave empty to choose automatically. -->
+ <string name="config_preferred_apn"></string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8fa3a58..25b6429 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -28,4 +28,12 @@
storage for SMS and MMS messages. [CHAR LIMIT=40] -->
<string name="app_label" product="default">Phone and Messaging Storage</string>
+ <!-- Apn read only -->
+ <string name="read_only">read_only</string>
+
+ <!-- Apn PPP number -->
+ <string name="ppp_number">ppp_number</string>
+
+ <!-- Apn localized name -->
+ <string name="localized_name">localized_name</string>
</resources>
diff --git a/res/xml/hbpcd_lookup_tables.xml b/res/xml/hbpcd_lookup_tables.xml
index 9f002a9..e447a1b 100644
--- a/res/xml/hbpcd_lookup_tables.xml
+++ b/res/xml/hbpcd_lookup_tables.xml
@@ -400,7 +400,7 @@
</row>
<row id="96">
<MCC>510</MCC>
-<IDD>001</IDD>
+<IDD>01033</IDD>
</row>
<row id="97">
<MCC>432</MCC>
@@ -1008,7 +1008,7 @@
</row>
<row id="248">
<MCC>510</MCC>
-<IDD>008</IDD>
+<IDD>01033</IDD>
</row>
<row id="249">
<MCC>425</MCC>