From 449236a9616591b07a9ff93f6888b89706ec9b37 Mon Sep 17 00:00:00 2001 From: Jonathan Basseri Date: Thu, 4 Jun 2015 15:19:58 -0700 Subject: Moving default values into separate files. Make DefaultCarrierConfigService easier to maintain by moving the values for each network into XML files. It's important to note that this uses assets and not resources. The file for a particular network may depend on more than just the MCC+MNC in the future. Note on the XML document format. This is set by PersistableBundle.restoreFromXml, so there is no option to change it in this CL. Bug: 21618018 Change-Id: Iecfe7009c2aa0f7a9d5814d1f355dfe4190ce912 --- res/xml/vendor.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 res/xml/vendor.xml (limited to 'res') diff --git a/res/xml/vendor.xml b/res/xml/vendor.xml new file mode 100644 index 0000000..58a87d8 --- /dev/null +++ b/res/xml/vendor.xml @@ -0,0 +1,6 @@ + + + -- cgit v1.2.3