openTagIntentPreferenceSettings method

Future<bool> openTagIntentPreferenceSettings()

Opens the system screen where the user changes that -- Settings > Apps > Special app access > Launch via NFC.

Returns false when there is no such screen, or no activity to start it from. Nothing can be granted programmatically here; this only takes the user to the switch.

Implementation

Future<bool> openTagIntentPreferenceSettings() => androidApi.openTagIntentPreferenceSettings();