vendor: apns: Add auth_type explanation
* Since it's unclear what the numbers are, make it easier to add a new apn by specifying the possible values in a comment at the top * Also add missing copyright (verified, first LineageOS commit was indeed 2016) Change-Id: Icaf292fd79a903bcf9ef5a3813f6288cffc468ad (cherry picked from commit 7aded097379bd76b9167cc7f5784bcb3a9858066)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2006, Google Inc.
|
||||
** Copyright 2016-2021 The LineageOS project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
@@ -19,6 +20,7 @@
|
||||
|
||||
<!-- use empty string to specify no proxy or port -->
|
||||
<!-- This version must agree with that in apps/common/res/apns.xml -->
|
||||
<!-- Possible values for auth_type: 0 (None), 1 (PAP), 2 (CHAP), 3 (PAP or CHAP) -->
|
||||
<apns version="8">
|
||||
<apn carrier="Test Internet" mcc="001" mnc="01" apn="VZWINTERNET" type="default,dun,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
||||
<apn carrier="Test FOTA" mcc="001" mnc="01" apn="VZWADMIN" type="fota" protocol="IPV4V6" roaming_protocol="IPV4V6" />
|
||||
|
Reference in New Issue
Block a user