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

Commit 00af1c86 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Add call creation time property to API.

Test: CTS
Bug: 36124432
Change-Id: Id2e97c254dc17601f044da50105b84d8a0d7f144
parent 3e9c7d20
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -183,7 +183,8 @@ public class ParcelableCallUtils {
                call.getVideoState(),
                conferenceableCallIds,
                call.getIntentExtras(),
                call.getExtras());
                call.getExtras(),
                call.getCreationTimeMillis());
    }

    private static int getParcelableState(Call call, boolean supportsExternalCalls) {