blob: 5129dc7163d01df7d3b0230082b705de00edf940 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- This file contains fake APNs that are necessary for the emulator
18 to talk to the network. It should only be installed for SDK builds.
19
20 This file is not installed by the local Android.mk, it's installed using
21 a PRODUCT_COPY_FILES line in the sdk section of the toplevel Makefile.
22-->
23
24<!-- use empty string to specify no proxy or port -->
25<!-- This version must agree with that in apps/common/res/apns.xml -->
26<apns version="6">
27 <apn carrier="Android"
28 mcc="310"
29 mnc="995"
30 apn="internet"
31 user="*"
32 server="*"
33 password="*"
34 mmsc="null"
35 />
36 <apn carrier="TelKila"
37 mcc="310"
38 mnc="260"
39 apn="internet"
40 user="*"
41 server="*"
42 password="*"
43 mmsc="null"
44 />
45</apns>