diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2015-07-10 18:23:12 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-10 18:23:24 +0000 |
commit | 1570b6b3c7d1d41a52555312d161d0afe4b81df3 (patch) | |
tree | e632399a97de80eb20bf1a702f364251ff5c4e01 /telephony/java/com/android | |
parent | 1ebcb6f8b2f989c84311555f4961506dba959d37 (diff) | |
parent | 4bd4389616fae01439a44920286a70806526d8c0 (diff) | |
download | frameworks_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.java | 3 |
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; |