summaryrefslogtreecommitdiffstats
path: root/assets/carrier_config_carrierid_1454_o2.xml
diff options
context:
space:
mode:
authorchen xu <fionaxu@google.com>2019-04-19 16:20:18 -0700
committerchen xu <fionaxu@google.com>2019-04-19 16:20:18 -0700
commite313e62d13ca3b45db1cefa5369671cc328251b5 (patch)
treea7e9297843ad0585155d543be6f5dd64b16d9a85 /assets/carrier_config_carrierid_1454_o2.xml
parentbb302651d0524a8bdd5a3f3c5de1974145cd0a8d (diff)
downloadandroid_packages_apps_CarrierConfig-e313e62d13ca3b45db1cefa5369671cc328251b5.tar.gz
android_packages_apps_CarrierConfig-e313e62d13ca3b45db1cefa5369671cc328251b5.tar.bz2
android_packages_apps_CarrierConfig-e313e62d13ca3b45db1cefa5369671cc328251b5.zip
change string value from node attribite to textNode
As framework doesn't support reading string xml value from node attribute today, update the actual config value from xml node attribute to a textNode. Bug: 130620593 Test: Manual test Change-Id: Ia2285dd945b211748926413f89efd83f8ea16e30
Diffstat (limited to 'assets/carrier_config_carrierid_1454_o2.xml')
-rw-r--r--assets/carrier_config_carrierid_1454_o2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/carrier_config_carrierid_1454_o2.xml b/assets/carrier_config_carrierid_1454_o2.xml
index c74e2ec..dd29ae6 100644
--- a/assets/carrier_config_carrierid_1454_o2.xml
+++ b/assets/carrier_config_carrierid_1454_o2.xml
@@ -5,5 +5,5 @@
<int name="maxImageHeight" value="1944"/>
<int name="maxImageWidth" value="2592"/>
<int name="maxMessageSize" value="614400"/>
- <string name="default_vm_number_string" value="+491793000333"/>
+ <string name="default_vm_number_string">+491793000333</string>
</carrier_config>