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

Commit 5c6b07db authored by Grant Menke's avatar Grant Menke
Browse files

Added callDetailsIdChanges flag to guard API changes.

This change implements the callDetailsIdChanges flag in Telecom which will be used to guard the relevant call id API updates.

Bug: 301713560
Test: updates CallDetailsTest#testCallId and CallStreamingTest
Change-Id: I7fdb6afa537f51751346dbdaef5474da9d7bc96e
parent 3fc7be3a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "When set, Telecom support for additional VOIP application actions is active."
  bug: "296934278"
}

flag {
  name: "call_details_id_changes"
  namespace: "telecom"
  description: "When set, call details/extras id updates to Telecom APIs for Android V are active."
  bug: "301713560"
}
 No newline at end of file