Merge commit '760b45c2a688876b94383561163244de8086f1c6' into eclair-mr2-plus-aosp * commit '760b45c2a688876b94383561163244de8086f1c6': Add Authentication Type field to the APN settings.
This commit is contained in:
@@ -291,4 +291,23 @@
|
||||
<item>中文 (繁體)</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Authentication Types used in APN editor -->
|
||||
<string-array name="apn_auth_entries">
|
||||
<item>None</item>
|
||||
<item>PAP</item>
|
||||
<item>CHAP</item>
|
||||
<item>PAP or CHAP</item>
|
||||
</string-array>
|
||||
|
||||
<string-array translatable="false" name="apn_auth_values">
|
||||
<!-- Do not translate. -->
|
||||
<item>0</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>1</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>2</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user