unguardedActivities property
Activities in this app that answer an NFC intent without that permission, and so will never be dispatched to. Always empty when dispatchPermissionRequired is false.
Found by probing, because Android exposes no way to read an activity's intent filters:
the probes cover a filter with no data, one with any MIME type, and the http and
https schemes. A filter that declares only some other scheme is not seen.
Implementation
List<String> get unguardedActivities => _data.unguardedActivities;