diff options
-rw-r--r-- | nfc-non-updatable/flags/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nfc-non-updatable/flags/flags.aconfig b/nfc-non-updatable/flags/flags.aconfig index 6b14a1ed3990..54ded0cddffa 100644 --- a/nfc-non-updatable/flags/flags.aconfig +++ b/nfc-non-updatable/flags/flags.aconfig @@ -197,3 +197,11 @@ flag { description: "Expose constructor for ApduServiceInfo" bug: "380892385" } + +flag { + name: "nfc_hce_latency_events" + is_exported: true + namespace: "wallet_integration" + description: "Enables tracking latency for HCE" + bug: "379849603" +} |