From cf5a398354864e4c1b0665f8ba7d7d008e433a7f Mon Sep 17 00:00:00 2001 From: Omkar Kolangade Date: Fri, 30 Jan 2015 14:59:11 -0800 Subject: IMS: Supplementary services - Propagate IMS supplementary services to telephony framework - Introduce call forwarding history info. Conflicts: telecomm/java/android/telecom/Connection.java Bug: 21725750 Change-Id: Idc3a433785e84a3d683cbcfc7fb90f0b89dced12 --- telecomm/java/android/telecom/Connection.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'telecomm') diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index 7b277c5..df69f23 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java @@ -275,6 +275,13 @@ public abstract class Connection extends Conferenceable { */ public static final String EXTRA_CALL_SUBJECT = "android.telecom.extra.CALL_SUBJECT"; + /** + * Call extras key to pack/unpack call history info. + * The value for this key should be an ArrayList of Strings. + * @hide + */ + public static final String EXTRA_CALL_HISTORY_INFO = "EXTRA_CALL_HISTORY_INFO"; + // Flag controlling whether PII is emitted into the logs private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG); -- cgit v1.1