blob: 54ded0cddffa925cb8e43893b836ee06f03dead3 [file] [log] [blame]
Roshan Pius558940e2023-06-22 11:15:32 -07001package: "android.nfc"
Dennis Shenaea1d8e22024-04-19 11:57:28 +00002container: "system"
Roshan Pius558940e2023-06-22 11:15:32 -07003
4flag {
Brad Lasseyf4400092024-08-09 21:36:15 +00005 name: "nfc_event_listener"
6 is_exported: true
7 namespace: "nfc"
8 description: "Enable NFC Event listener APIs"
9 bug: "356447790"
10}
11
12flag {
Roshan Pius558940e2023-06-22 11:15:32 -070013 name: "enable_nfc_mainline"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000014 is_exported: true
Roshan Pius558940e2023-06-22 11:15:32 -070015 namespace: "nfc"
16 description: "Flag for NFC mainline changes"
17 bug: "292140387"
18}
jhh.seo65025ba2023-09-11 12:56:30 +090019
20flag {
21 name: "enable_nfc_reader_option"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000022 is_exported: true
jhh.seo65025ba2023-09-11 12:56:30 +090023 namespace: "nfc"
24 description: "Flag for NFC reader option API changes"
25 bug: "291187960"
26}
Roshan Piuse183c0d2023-10-23 18:13:33 -070027
28flag {
29 name: "enable_nfc_user_restriction"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000030 is_exported: true
Roshan Piuse183c0d2023-10-23 18:13:33 -070031 namespace: "nfc"
32 description: "Flag for NFC user restriction"
33 bug: "291187960"
34}
Brad Lasseyb8c4f9b2023-09-01 11:30:09 -040035
36flag {
37 name: "nfc_observe_mode"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000038 is_exported: true
Brad Lasseyb8c4f9b2023-09-01 11:30:09 -040039 namespace: "nfc"
40 description: "Enable NFC Observe Mode"
41 bug: "294217286"
42}
43
44flag {
45 name: "nfc_read_polling_loop"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000046 is_exported: true
Brad Lasseyb8c4f9b2023-09-01 11:30:09 -040047 namespace: "nfc"
48 description: "Enable NFC Polling Loop Notifications"
49 bug: "294217286"
50}
51
52flag {
53 name: "nfc_observe_mode_st_shim"
54 namespace: "nfc"
55 description: "Enable NFC Observe Mode ST shim"
56 bug: "294217286"
57}
58
59flag {
60 name: "nfc_read_polling_loop_st_shim"
61 namespace: "nfc"
62 description: "Enable NFC Polling Loop Notifications ST shim"
63 bug: "294217286"
64}
John Johnson8f0ec402023-12-20 15:47:42 -050065
66flag {
67 name: "enable_tag_detection_broadcasts"
68 namespace: "nfc"
69 description: "Enable sending broadcasts to Wallet role holder when a tag enters/leaves the field."
70 bug: "306203494"
71}
Jack Yu09033512023-10-17 14:02:45 +000072
73flag {
74 name: "enable_nfc_charging"
Oriol Prieto Gasco8f557862024-03-01 16:52:42 +000075 is_exported: true
Jack Yu09033512023-10-17 14:02:45 +000076 namespace: "nfc"
77 description: "Flag for NFC charging changes"
78 bug: "292143899"
79}
Alisher Alikhodjaeva0de3192023-11-28 14:52:44 -080080
81flag {
82 name: "enable_nfc_set_discovery_tech"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000083 is_exported: true
Alisher Alikhodjaeva0de3192023-11-28 14:52:44 -080084 namespace: "nfc"
85 description: "Flag for NFC set discovery tech API"
86 bug: "300351519"
87}
suryaprakash.kondurua8244b12023-12-04 23:12:58 +053088
89flag {
90 name: "nfc_vendor_cmd"
Oriol Prieto Gasco5cc889a2024-03-01 17:12:01 +000091 is_exported: true
suryaprakash.kondurua8244b12023-12-04 23:12:58 +053092 namespace: "nfc"
93 description: "Enable NFC vendor command support"
94 bug: "289879306"
95}
Roshan Pius07cd09d2024-03-25 13:01:21 -070096
97flag {
98 name: "nfc_oem_extension"
99 is_exported: true
100 namespace: "nfc"
101 description: "Enable NFC OEM extension support"
102 bug: "331206243"
103}
ziyiw5acfc502024-05-01 23:15:05 +0000104
105flag {
106 name: "nfc_state_change"
107 is_exported: true
108 namespace: "nfc"
109 description: "Enable nfc state change API"
110 bug: "319934052"
111}
Alisher Alikhodjaev1fac3ff2024-05-15 15:37:04 -0700112
113flag {
114 name: "nfc_set_default_disc_tech"
115 is_exported: true
116 namespace: "nfc"
117 description: "Flag for NFC set default disc tech API"
118 bug: "321311407"
119}
120
ziyiw61e4a472024-06-27 21:45:50 +0000121flag {
122 name: "nfc_persist_log"
123 is_exported: true
124 namespace: "nfc"
125 description: "Enable NFC persistent log support"
126 bug: "321310044"
127}
128
Hai Zhang403343d2024-08-14 00:43:00 +0000129flag {
130 name: "nfc_action_manage_services_settings"
131 is_exported: true
132 namespace: "nfc"
133 description: "Add Settings.ACTION_MANAGE_OTHER_NFC_SERVICES_SETTINGS"
134 bug: "358129872"
135}
ziyiw3ee30132024-07-30 21:26:50 +0000136
137flag {
138 name: "nfc_override_recover_routing_table"
139 is_exported: true
140 namespace: "nfc"
141 description: "Enable override and recover routing table"
142 bug: "329043523"
143}
Brad Lassey370a6e12024-08-30 01:38:16 +0000144
145flag {
146 name: "nfc_watchdog"
147 is_exported: true
148 namespace: "nfc"
149 description: "Enable watchdog for the NFC system process"
150 bug: "362937338"
Roshanfbe9c1b2024-09-03 11:27:58 -0700151}
152
153flag {
154 name: "enable_card_emulation_euicc"
155 is_exported: true
156 namespace: "nfc"
157 description: "Enable EUICC card emulation"
158 bug: "321314635"
159}
ziyiw664d64f2024-07-30 21:32:03 +0000160
161flag {
162 name: "nfc_state_change_security_log_event_enabled"
163 is_exported: true
164 namespace: "nfc"
165 description: "Enabling security log for nfc state change"
166 bug: "319934052"
167}
James Willcox3035da02024-10-31 22:20:16 +0000168
169flag {
170 name: "nfc_associated_role_services"
171 is_exported: true
172 namespace: "nfc"
173 description: "Share wallet role routing priority with associated services"
174 bug: "366243361"
175}
ziyiw338b8af2024-10-09 18:46:32 +0000176
177flag {
178 name: "nfc_set_service_enabled_for_category_other"
179 is_exported: true
180 namespace: "nfc"
181 description: "Enable set service enabled for category other"
182 bug: "338157113"
183}
George Chang6e7ebcc2024-10-28 07:47:02 +0000184
185flag {
186 name: "nfc_check_tag_intent_preference"
187 is_exported: true
188 namespace: "nfc"
189 description: "App can check its tag intent preference status"
190 bug: "335916336"
191}
ziyiwd80e6722024-12-02 21:43:56 +0000192
193flag {
194 name: "nfc_apdu_service_info_constructor"
195 is_exported: true
196 namespace: "nfc"
197 description: "Expose constructor for ApduServiceInfo"
198 bug: "380892385"
199}
James Willcoxeb2bb662025-01-13 16:57:26 -0800200
201flag {
202 name: "nfc_hce_latency_events"
203 is_exported: true
204 namespace: "wallet_integration"
205 description: "Enables tracking latency for HCE"
206 bug: "379849603"
207}