summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2009-10-26 13:11:55 -0700
committerJaikumar Ganesh <jaikumar@google.com>2009-10-26 13:11:55 -0700
commit2811f1625ebdb7f7483b8b866694474f89112d8c (patch)
tree23df2dcdc15ab95d7941e63cf32da3a5f81170f8 /core/java
parentf702f1f33fb5490854579a1f5ce61c70ea7fd768 (diff)
downloadframeworks_base-2811f1625ebdb7f7483b8b866694474f89112d8c.zip
frameworks_base-2811f1625ebdb7f7483b8b866694474f89112d8c.tar.gz
frameworks_base-2811f1625ebdb7f7483b8b866694474f89112d8c.tar.bz2
Add Authentication Type field to the APN settings.
Use auth type to setup data connection. This value defaults to -1 (unset) to maintain compatibility. When the value is -1, the auth type gets set to 0 (if no user is specified) or 3. Bug: 181700
Diffstat (limited to 'core/java')
-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";