Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6bd2e30 authored by Qing Zhong's avatar Qing Zhong Committed by Android (Google) Code Review
Browse files

Merge "Add Call answered key in TelecomManager.java" into main

parents 6035cef0 90c40cf3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -411,6 +411,15 @@ public class TelecomManager {
    public static final String EXTRA_CALL_CREATED_TIME_MILLIS =
            "android.telecom.extra.CALL_CREATED_TIME_MILLIS";

    /**
     * Optional extra for incoming containing a long which specifies the time the
     * call was answered by user. This value is in milliseconds.
     * @hide
     */
    public static final String EXTRA_CALL_ANSWERED_TIME_MILLIS =
            "android.telecom.extra.CALL_ANSWERED_TIME_MILLIS";


    /**
     * Optional extra for incoming and outgoing calls containing a long which specifies the Epoch
     * time the call was created.