summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2009-10-28 10:37:57 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-28 10:37:57 -0700
commite1cba3dbad30286c5c3006e0b9c1226ef72ad8e4 (patch)
tree569f9debb95ac193f062ac828245a48d7897998f /core
parent5b9dee8c07ccbb54dde2261c63fe1b15bf11acb1 (diff)
parent9fa7048ca3a7b5184ce761bbf908c512d524b9e2 (diff)
downloadframeworks_base-e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4.zip
frameworks_base-e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4.tar.gz
frameworks_base-e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4.tar.bz2
am 9fa7048c: am 6158038a: Merge change I2811f162 into eclair
Merge commit '9fa7048ca3a7b5184ce761bbf908c512d524b9e2' into eclair-mr2-plus-aosp * commit '9fa7048ca3a7b5184ce761bbf908c512d524b9e2': Add Authentication Type field to the APN settings.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/provider/Telephony.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java
index 042c75e..d8c5a53 100644
--- a/core/java/android/provider/Telephony.java
+++ b/core/java/android/provider/Telephony.java
@@ -1669,6 +1669,8 @@ public final class Telephony {
public static final String NUMERIC = "numeric";
+ public static final String AUTH_TYPE = "authtype";
+
public static final String TYPE = "type";
public static final String CURRENT = "current";