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

Commit 887afebb authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Move getLastKnownCellIdentity to its own flag.

Moving this API to a different flag so that it won't block 24Q3; it will
launch is 25Q3.

Test: This API has a CTS test.
Bug: 327454165
Change-Id: I9889da2e5a5d9f49db07f438dd4c122b18031865
parent f5094557
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,3 +49,10 @@ flag{
  description: "Enables enriched calling features (e.g. Business name will show for a call)"
  bug: "311688497"
}

flag{
  name: "get_last_known_cell_identity"
  namespace: "telecom"
  description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api"
  bug: "327454165"
}