1package: "com.android.nfc.flags"
2container: "system"
3
4flag {
5    name: "coalesce_rf_events"
6    namespace: "wallet_integration"
7    description: "Combine RF field activated and deactivated events to reduce excessive broadcasts."
8    bug: "365533082"
9}
10
11flag {
12    name: "exit_frames"
13    namespace: "wallet_integration"
14    description: "Enable exit frames to improve autotransact performance."
15    bug: "380455428"
16}