summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2015-07-10 18:23:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-10 18:23:24 +0000
commit1570b6b3c7d1d41a52555312d161d0afe4b81df3 (patch)
treee632399a97de80eb20bf1a702f364251ff5c4e01 /telephony/java/com/android
parent1ebcb6f8b2f989c84311555f4961506dba959d37 (diff)
parent4bd4389616fae01439a44920286a70806526d8c0 (diff)
downloadframeworks_base-1570b6b3c7d1d41a52555312d161d0afe4b81df3.zip
frameworks_base-1570b6b3c7d1d41a52555312d161d0afe4b81df3.tar.gz
frameworks_base-1570b6b3c7d1d41a52555312d161d0afe4b81df3.tar.bz2
Merge "Enable EMERGENCY mobile connections." into mnc-dev
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r--telephony/java/com/android/internal/telephony/PhoneConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/PhoneConstants.java b/telephony/java/com/android/internal/telephony/PhoneConstants.java
index 2a4032c..572cc6f 100644
--- a/telephony/java/com/android/internal/telephony/PhoneConstants.java
+++ b/telephony/java/com/android/internal/telephony/PhoneConstants.java
@@ -133,7 +133,8 @@ public class PhoneConstants {
public static final String APN_TYPE_CBS = "cbs";
/** APN type for IA Initial Attach APN */
public static final String APN_TYPE_IA = "ia";
- /** APN type for IA Emergency PDN */
+ /** APN type for Emergency PDN. This is not an IA apn, but is used
+ * for access to carrier services in an emergency call situation. */
public static final String APN_TYPE_EMERGENCY = "emergency";
public static final int RIL_CARD_MAX_APPS = 8;