OSDN Git Service

Add extras tag for analytics support
authorHall Liu <hallliu@google.com>
Fri, 20 Nov 2015 00:19:24 +0000 (16:19 -0800)
committerHall Liu <hallliu@google.com>
Fri, 20 Nov 2015 00:19:24 +0000 (16:19 -0800)
Change-Id: I174de505cb96206f90d3cc5ba8fcca7ed9908b7f

telecomm/java/android/telecom/TelecomManager.java

index 8b347cc..eb39507 100644 (file)
@@ -247,6 +247,14 @@ public class TelecomManager {
             "android.telecom.extra.CONNECTION_SERVICE";
 
     /**
+     * Optional extra for communicating the call technology used by a
+     * {@link com.android.internal.telephony.Connection} to Telecom
+     * @hide
+     */
+    public static final String EXTRA_CALL_TECHNOLOGY_TYPE =
+            "android.telecom.extra.CALL_TECHNOLOGY_TYPE";
+
+    /**
      * An optional {@link android.content.Intent#ACTION_CALL} intent extra denoting the
      * package name of the app specifying an alternative gateway for the call.
      * The value is a string.