summaryrefslogtreecommitdiff
path: root/nfc-non-updatable/flags/flags.aconfig
blob: eb30bbe1bfe70357b65b635b06d83f0cc80e240f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
package: "android.nfc"
container: "system"

flag {
    name: "nfc_event_listener"
    is_exported: true
    namespace: "nfc"
    description: "Enable NFC Event listener APIs"
    bug: "356447790"
}

flag {
    name: "enable_nfc_mainline"
    is_exported: true
    namespace: "nfc"
    description: "Flag for NFC mainline changes"
    bug: "292140387"
}

flag {
    name: "enable_nfc_reader_option"
    is_exported: true
    namespace: "nfc"
    description: "Flag for NFC reader option API changes"
    bug: "291187960"
}

flag {
    name: "enable_nfc_user_restriction"
    is_exported: true
    namespace: "nfc"
    description: "Flag for NFC user restriction"
    bug: "291187960"
}

flag {
    name: "nfc_observe_mode"
    is_exported: true
    namespace: "nfc"
    description: "Enable NFC Observe Mode"
    bug: "294217286"
}

flag {
    name: "nfc_read_polling_loop"
    is_exported: true
    namespace: "nfc"
    description: "Enable NFC Polling Loop Notifications"
    bug: "294217286"
}

flag {
    name: "nfc_observe_mode_st_shim"
    namespace: "nfc"
    description: "Enable NFC Observe Mode ST shim"
    bug: "294217286"
}

flag {
    name: "nfc_read_polling_loop_st_shim"
    namespace: "nfc"
    description: "Enable NFC Polling Loop Notifications ST shim"
    bug: "294217286"
}

flag {
    name: "enable_tag_detection_broadcasts"
    namespace: "nfc"
    description: "Enable sending broadcasts to Wallet role holder when a tag enters/leaves the field."
    bug: "306203494"
}

flag {
    name: "enable_nfc_charging"
    is_exported: true
    namespace: "nfc"
    description: "Flag for NFC charging changes"
    bug: "292143899"
}

flag {
    name: "enable_nfc_set_discovery_tech"
    is_exported: true
    namespace: "nfc"
    description: "Flag for NFC set discovery tech API"
    bug: "300351519"
}

flag {
    name: "nfc_vendor_cmd"
    is_exported: true
    namespace: "nfc"
    description: "Enable NFC vendor command support"
    bug: "289879306"
}

flag {
    name: "nfc_oem_extension"
    is_exported: true
    namespace: "nfc"
    description: "Enable NFC OEM extension support"
    bug: "331206243"
}

flag {
    name: "nfc_state_change"
    is_exported: true
    namespace: "nfc"
    description: "Enable nfc state change API"
    bug: "319934052"
}

flag {
    name: "nfc_set_default_disc_tech"
    is_exported: true
    namespace: "nfc"
    description: "Flag for NFC set default disc tech API"
    bug: "321311407"
}

flag {
    name: "nfc_persist_log"
    is_exported: true
    namespace: "nfc"
    description: "Enable NFC persistent log support"
    bug: "321310044"
}

flag {
    name: "nfc_action_manage_services_settings"
    is_exported: true
    namespace: "nfc"
    description: "Add Settings.ACTION_MANAGE_OTHER_NFC_SERVICES_SETTINGS"
    bug: "358129872"
}

flag {
    name: "nfc_override_recover_routing_table"
    is_exported: true
    namespace: "nfc"
    description: "Enable override and recover routing table"
    bug: "329043523"
}

flag {
    name: "nfc_watchdog"
    is_exported: true
    namespace: "nfc"
    description: "Enable watchdog for the NFC system process"
    bug: "362937338"
}

flag {
    name: "enable_card_emulation_euicc"
    is_exported: true
    namespace: "nfc"
    description: "Enable EUICC card emulation"
    bug: "321314635"
}

flag {
    name: "nfc_state_change_security_log_event_enabled"
    is_exported: true
    namespace: "nfc"
    description: "Enabling security log for nfc state change"
    bug: "319934052"
}

flag {
    name: "nfc_associated_role_services"
    is_exported: true
    namespace: "nfc"
    description: "Share wallet role routing priority with associated services"
    bug: "366243361"
}

flag {
    name: "nfc_set_service_enabled_for_category_other"
    is_exported: true
    namespace: "nfc"
    description: "Enable set service enabled for category other"
    bug: "338157113"
}

flag {
    name: "nfc_check_tag_intent_preference"
    is_exported: true
    namespace: "nfc"
    description: "App can check its tag intent preference status"
    bug: "335916336"
}

flag {
    name: "nfc_apdu_service_info_constructor"
    is_exported: true
    namespace: "nfc"
    description: "Expose constructor for ApduServiceInfo"
    bug: "380892385"
}

# 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.