blob: 4bcc9fc2acdc6a2f5e11a656f376da5c4dc00f9d [file] [log] [blame]
Ameer Ghouse5397f8a2010-06-25 01:19:18 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Copyright 2006, Google Inc.
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18 apn carrier="CDMA"
19 mcc="310"
20 mnc="120"
21 apn="0"
22 port=""
23 mmsproxy=""
24 mmsport=""
25 mmsc=""
26 type="*"
27
28-->
29
30<!-- use empty string to specify no proxy or port -->
31<!-- This version must agree with that in apps/common/res/apns.xml -->
32<apns version="6">
33 <apn carrier="CDMA"
34 mcc="310"
35 mnc="120"
36 apn="1"
37 port=""
38 mmsproxy=""
39 mmsport=""
40 mmsc="http://mms.sprintpcs.com"
41 />
42</apns>