1package: "com.android.nfc.module.flags" 2container: "com.android.nfcservices" 3 4flag { 5 name: "nfc_hce_latency_events" 6 is_exported: true 7 namespace: "wallet_integration" 8 description: "Enables tracking latency for HCE" 9 bug: "379849603" 10} 11 12flag { 13 name: "reader_mode_annotations" 14 is_exported: true 15 namespace: "wallet_integration" 16 description: "Enables NFC-A polling loop annotations in reader mode" 17 bug: "398910589" 18} 19 20flag { 21 name: "reader_mode_ignore_frame" 22 namespace: "wallet_integration" 23 description: "Enable ignore frames in the default reader mode polling loop." 24 bug: "383047950" 25 metadata { 26 purpose: PURPOSE_BUGFIX 27 } 28} 29 30 31flag { 32 name: "oem_extension_25q4" 33 namespace: "nfc" 34 description: "OEM extensions for Android 25Q4 release" 35 bug: "402346002" 36} 37