Support configuring the protocol in APN settings.
Bug: 3333633 Change-Id: I0797cd97074fe1b8a1318168b86fe4627488215a
This commit is contained in:
@@ -354,6 +354,22 @@
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Authentication Types used in APN editor -->
|
||||
<string-array name="apn_protocol_entries">
|
||||
<item>IPv4</item>
|
||||
<item>IPv6</item>
|
||||
<item>IPv4/IPv6</item>
|
||||
</string-array>
|
||||
|
||||
<string-array translatable="false" name="apn_protocol_values">
|
||||
<!-- Do not translate. -->
|
||||
<item>IP</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>IPV6</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>IPV4V6</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Apps on SD instalaltion location options in ApplicationSettings -->
|
||||
<string-array name="app_install_location_entries">
|
||||
<item>Internal device storage</item>
|
||||
|
@@ -1397,6 +1397,8 @@
|
||||
<string name="apn_auth_type_pap_chap">PAP or CHAP</string>
|
||||
<!-- Edit access point labels: The type of APN -->
|
||||
<string name="apn_type">APN type</string>
|
||||
<!-- Edit access point labels: The protocol of the APN, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
|
||||
<string name="apn_protocol">APN protocol</string>
|
||||
<!-- Edit access point screen menu option to delete this APN -->
|
||||
<string name="menu_delete">Delete APN</string>
|
||||
<!-- APNs screen menu option to create a brand spanking new APN -->
|
||||
|
Reference in New Issue
Block a user