diff options
author | 2025-01-31 14:31:34 -0800 | |
---|---|---|
committer | 2025-01-31 14:31:34 -0800 | |
commit | aeaeabf1ae5e85547ec2f528d5f3281a45c5bf2a (patch) | |
tree | e01c609dc3f41d9e35e860f79e860c4140fb4fee /nfc-non-updatable | |
parent | 6dc33de9d0936545af370eac48873f49f2861af2 (diff) | |
parent | 93c96413403d353aacbb4fb01dbb08c2eae40986 (diff) |
Merge "Remove NFC HCE Latency Flag from non-updatable flags.aconfig" into main
Diffstat (limited to 'nfc-non-updatable')
-rw-r--r-- | nfc-non-updatable/flags/flags.aconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/nfc-non-updatable/flags/flags.aconfig b/nfc-non-updatable/flags/flags.aconfig index 54ded0cddffa..eb30bbe1bfe7 100644 --- a/nfc-non-updatable/flags/flags.aconfig +++ b/nfc-non-updatable/flags/flags.aconfig @@ -198,10 +198,6 @@ flag { bug: "380892385" } -flag { - name: "nfc_hce_latency_events" - is_exported: true - namespace: "wallet_integration" - description: "Enables tracking latency for HCE" - bug: "379849603" -} +# Unless you are adding a flag for a file under nfc-non-updatable, you should +# not add a flag here for Android 16+ targeting features. Use the flags +# in com.android.nfc.module.flags (packages/modules/Nfc/flags) instead. |