1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- persist APNs for these PLMNs on db upgrade to version 14 --> 4 <string-array name="persist_apns_for_plmn"> 5 <item>20404</item> 6 <item>310004</item> 7 <item>310120</item> 8 <item>311480</item> 9 </string-array> 10 11 <!-- Specify a service to bind to that returns an implementation of the 12 IApnSourceService interface. 13 (e.g. com.foo/.Bar for the package com.foo and class com.foo.Bar) 14 If this value is empty or unparsable, we will apply APNs from the APN 15 conf xml file. --> 16 <string name="apn_source_service" translatable="false"></string> 17 18 <!-- Countries, in iso country code format, where WFC entitlement or 19 other user action is required before user can turn on WFC setting, 20 hence WFC setting should not be restored automatically. --> 21 <string-array name="wfc_restore_blocked_countries" translatable="false"> 22 <item>us</item> 23 <item>ca</item> 24 </string-array> 25</resources> 26