From 195bc43460967e57e4c1131ba156083a93e0e4e8 Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Mon, 26 Oct 2009 13:01:36 -0700 Subject: Add Authentication Type field to the APN settings. Bug: 1817100 --- res/values/arrays.xml | 19 +++++++++++++++++++ res/xml/apn_editor.xml | 6 ++++++ 2 files changed, 25 insertions(+) (limited to 'res') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 6d8ca32..6b8214c 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -291,4 +291,23 @@ 中文 (繁體) + + + None + PAP + CHAP + PAP or CHAP + + + + + 0 + + 1 + + 2 + + 3 + + diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml index 4ff801f..3835a2c 100644 --- a/res/xml/apn_editor.xml +++ b/res/xml/apn_editor.xml @@ -101,6 +101,12 @@ android:singleLine="true" android:inputType="number" /> +