diff options
| author | Robert Greenwalt <rgreenwalt@google.com> | 2013-05-13 19:43:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-13 19:43:25 +0000 |
| commit | fd098c5a1c6b15dec5f6d546f82aa9992148a641 (patch) | |
| tree | 36373b9af114f247b7280fdecbef7312a06b9c4f | |
| parent | f0397b68bd158c97f8c83ad7c299f8962d6c885e (diff) | |
| parent | 66cf6b1bb8ec8a63d148b592fa4d15e6c430958f (diff) | |
| download | android_device_generic_goldfish-fd098c5a1c6b15dec5f6d546f82aa9992148a641.tar.gz android_device_generic_goldfish-fd098c5a1c6b15dec5f6d546f82aa9992148a641.tar.bz2 android_device_generic_goldfish-fd098c5a1c6b15dec5f6d546f82aa9992148a641.zip | |
Merge "Increase apn resource files version"
| -rw-r--r-- | data/etc/apns-conf.xml | 2 | ||||
| -rw-r--r-- | data/etc/apns-conf_sdk.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/etc/apns-conf.xml b/data/etc/apns-conf.xml index 2fe90d9..4d85cfc 100644 --- a/data/etc/apns-conf.xml +++ b/data/etc/apns-conf.xml @@ -19,7 +19,7 @@ <!-- use empty string to specify no proxy or port --> <!-- This version must agree with that in apps/common/res/apns.xml --> -<apns version="7"> +<apns version="8"> <apn carrier="T-Mobile US" mcc="310" mnc="260" diff --git a/data/etc/apns-conf_sdk.xml b/data/etc/apns-conf_sdk.xml index 0e9cf7d..6dbc630 100644 --- a/data/etc/apns-conf_sdk.xml +++ b/data/etc/apns-conf_sdk.xml @@ -23,7 +23,7 @@ <!-- use empty string to specify no proxy or port --> <!-- This version must agree with that in apps/common/res/apns.xml --> -<apns version="7"> +<apns version="8"> <apn carrier="Android" mcc="310" mnc="995" |
