summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2015-04-16 10:02:52 -0700
committerAmit Mahajan <amitmahajan@google.com>2015-05-01 16:41:32 +0000
commitb80f7335ebde67951eed8fe6a37958eeb9e6cc78 (patch)
tree4602df47afb0f88f3f6cfcb85d2db905aa1dbad7 /res
parenta2f40df899ffeb07368ec5559116583da45cd546 (diff)
downloadandroid_packages_providers_TelephonyProvider-b80f7335ebde67951eed8fe6a37958eeb9e6cc78.tar.gz
android_packages_providers_TelephonyProvider-b80f7335ebde67951eed8fe6a37958eeb9e6cc78.tar.bz2
android_packages_providers_TelephonyProvider-b80f7335ebde67951eed8fe6a37958eeb9e6cc78.zip
Add bearer_bitmask field (in addition to bearer).
The db is recreated to rename user_edited to edited as that is a more apt name (otherwise just adding column for bearer_bitmask could work going from version 14 to 15). Table anyway had to be recreated going from version < 14 to 15 due to addition of unique constraint. Usage of bearer field is replaced by bearer_bitmask in all modules where possible. Other modules now use both bearer and bearer_bitmask. Other CLs under same topic have those changes. Change-Id: Ibe2968f59f1c82917ff916acdabcc17f34b20d3c
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 85e15e3..6148e5e 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -3,6 +3,7 @@
<!-- persist APNs for these PLMNs on db upgrade to version 14 -->
<string-array name="persist_apns_for_plmn">
<item>20404</item>
+ <item>310004</item>
<item>310120</item>
<item>311480</item>
</string-array>