Skip to content

Instantly share code, notes, and snippets.

@danielk43
Created February 19, 2020 00:47
Show Gist options
  • Save danielk43/d3ed74f7f81b27c228864f8f06489851 to your computer and use it in GitHub Desktop.
Save danielk43/d3ed74f7f81b27c228864f8f06489851 to your computer and use it in GitHub Desktop.
frameworks/base/core/res/res/xml/apns.xml
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<!-- If you edit this version, also edit the version in the partner-supplied
apns-conf.xml configuration file -->
<apns version="8">
<apn carrier="Visible Internet"
mcc="311"
mnc="480"
apn="VSBLINTERNET"
type="default,supl,dun"
mvno_type="gid"
mvno_match_data="BAE1000000000000"
bearer_bitmask="14"
profile_id="0"
protocol="IPV4V6"
mmsc="http://mms.vtext.com/servlets/mms"
mtu="1428"
modem_cognitive="true"
max_conns="20"
max_conns_time="300"
op_pco_id="65280"
pco_mcc="311"
pco_mnc="480"
pco_mnc_inc_pcs_digit="1"
/>
<apn carrier="Visible IMS"
mcc="311"
mnc="480"
apn="VSBLIMS"
type="ims,ia"
mvno_type="gid"
mvno_match_data="BAE1000000000000"
bearer_bitmask="14|18"
profile_id="2"
protocol="IPV4V6"
roaming_protocol="IPV6"
mtu="1428"
modem_cognitive="true"
max_conns="20"
max_conns_time="300"
op_pco_id="65280"
pco_mcc="311"
pco_mnc="480"
pco_mnc_inc_pcs_digit="1"
user_visible="false"
/>
<apn carrier="Visible FOTA"
mcc="311"
mnc="480"
numeric="311480"
apn="VSBLADMIN"
type="fota"
mvno_type="gid"
mvno_match_data="BAE1000000000000"
bearer_bitmask="14"
profile_id="3"
protocol="IPV4V6"
mtu="1428"
modem_cognitive="true"
max_conns="20"
max_conns_time="300"
op_pco_id="65280"
pco_mcc="311"
pco_mnc="480"
pco_mnc_inc_pcs_digit="1"
user_visible="false"
/>
<apn carrier="Visible CBS"
mcc="311"
mnc="480"
numeric="311480"
apn="VSBLAPP"
type="cbs,mms"
mvno_type="gid"
mvno_match_data="BAE1000000000000"
bearer_bitmask="14|18"
profile_id="4"
protocol="IPV4V6"
mmsc="http://mms.vtext.com/servlets/mms"
mtu="1428"
modem_cognitive="true"
max_conns="20"
max_conns_time="300"
op_pco_id="65280"
pco_mcc="311"
pco_mnc="480"
pco_mnc_inc_pcs_digit="1"
user_visible="false"
/>
</apns>
@danielk43
Copy link
Author

GrapheneOS_Visible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment