blob: 23c08b8eba673c12f4226926e328d0a68578dc76 [file] [log] [blame]
Amit Mahajan3f2e68a2015-02-27 15:40:41 -08001<?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>
Amit Mahajanb80f7332015-04-16 10:02:52 -07006 <item>310004</item>
Amit Mahajan3f2e68a2015-02-27 15:40:41 -08007 <item>310120</item>
8 <item>311480</item>
9 </string-array>
Jordan Liu5d24c2c2017-05-15 15:21:01 -070010
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>
Amit Mahajan3f2e68a2015-02-27 15:40:41 -080017</resources>