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

Commit 92a96b77 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Add call creation time property to API." am: 8d9aaa29 am: 7e86ada6 am: 95a3f265

am: ba84715b

Change-Id: I46ce7903c6e1a580d08f576d8920835c4926c2fd
parents bd0595e3 ba84715b
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) {