Skip to content

Commit 84ee80c

Browse files
committed
add additional description about NFC event stream.
1 parent 3febb2c commit 84ee80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use this plugin on Android, you also need to:
3838

3939
* Add [android.permission.NFC](https://developer.android.com/reference/android/Manifest.permission.html#NFC) to your `AndroidManifest.xml`.
4040

41-
To receive NFC tag events even when your app is in the foreground, you can set up tag event stream support:
41+
By default, to ensure the consistency of cross-platform interactions, we recommend to use the `poll` method to read NFC tags. However, to receive NFC tag events even when your app is in the foreground, you can set up tag event stream support:
4242

4343
1. Create a custom Activity that extends `FlutterActivity` in your Android project:
4444

0 commit comments

Comments
 (0)