commit | 09c82ab94e1e3ebe7c89bed51479627b5a2cbb17 | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Thu Feb 29 16:37:33 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 29 16:37:33 2024 +0000 |
tree | b08d34f5dbeba70fd390204cff89d8d6ffb7847e | |
parent | 67e27e377533c15457238afa3eb0041d16fc01f1 [diff] | |
parent | 887afebb1985fd330aefdb2da8b9e4df9700b01a [diff] |
Merge "Move getLastKnownCellIdentity to its own flag." into main
diff --git a/flags/telecom_api_flags.aconfig b/flags/telecom_api_flags.aconfig index ae28cc4..c0f4cba 100644 --- a/flags/telecom_api_flags.aconfig +++ b/flags/telecom_api_flags.aconfig
@@ -50,3 +50,10 @@ bug: "311688497" is_exported: true } + +flag{ + name: "get_last_known_cell_identity" + namespace: "telecom" + description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api" + bug: "327454165" +}