openNfcSettings method

Future<bool> openNfcSettings()

Opens the system NFC screen -- Settings > Connected devices > Connection preferences > NFC -- which is where both the adapter and the reader switch live.

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

Implementation

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