Amit Mahajan | 3f2e68a | 2015-02-27 15:40:41 -0800 | [diff] [blame] | 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> |
Amit Mahajan | b80f733 | 2015-04-16 10:02:52 -0700 | [diff] [blame] | 6 | <item>310004</item> |
Amit Mahajan | 3f2e68a | 2015-02-27 15:40:41 -0800 | [diff] [blame] | 7 | <item>310120</item> |
| 8 | <item>311480</item> |
| 9 | </string-array> |
Jordan Liu | 5d24c2c | 2017-05-15 15:21:01 -0700 | [diff] [blame^] | 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> |
Amit Mahajan | 3f2e68a | 2015-02-27 15:40:41 -0800 | [diff] [blame] | 17 | </resources> |