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</resources>
18