summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorJonathan Basseri <misterikkit@google.com>2015-06-11 15:36:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-11 15:36:34 +0000
commitb2af4220adccb68c67bc91022db6239a9b9e280b (patch)
tree5523d002d6b351bc818873d8ce2746f3cc2893e3 /telephony
parent31ae9936a63f484dd872baa7657c4ce79f27d7ce (diff)
parent5bf0ca1b3a304faf265a6c3e63410b32f4fdb118 (diff)
downloadframeworks_base-b2af4220adccb68c67bc91022db6239a9b9e280b.zip
frameworks_base-b2af4220adccb68c67bc91022db6239a9b9e280b.tar.gz
frameworks_base-b2af4220adccb68c67bc91022db6239a9b9e280b.tar.bz2
Merge "Delete TODO and file a bug." into mnc-dev
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/android/telephony/CarrierConfigManager.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java
index 6de438c..da0c547 100644
--- a/telephony/java/android/telephony/CarrierConfigManager.java
+++ b/telephony/java/android/telephony/CarrierConfigManager.java
@@ -114,11 +114,6 @@ public class CarrierConfigManager {
* (Some carriers require that emergency calls *not* be logged, presumably to avoid the risk of
* accidental redialing from the call log UI. This is a good idea, so the default here is
* false.)
- * <p>
- * TODO: on the other hand, it might still be useful to have some record of the emergency calls
- * you've made, or to be able to look up the exact date/time of an emergency call. So perhaps we
- * <b>should</b> log those calls, but instead fix the call log to disable the "call" button for
- * emergency numbers.
*/
public static final String
KEY_ALLOW_EMERGENCY_NUMBERS_IN_CALL_LOG_BOOL = "allow_emergency_numbers_in_call_log_bool";