AndroidManifest: fix NDEF_DISCOVERED?

This commit is contained in:
lemoer 2025-07-12 03:27:48 +02:00
parent bb17019560
commit ce10cf8fe3

View File

@ -28,7 +28,7 @@
<!-- Deep Link sample -->
<intent-filter>
<action android:name="android.intent.action.NDEF_DISCOVERED" />
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<!-- Add optional android:host to distinguish your app
from others in case of conflicting scheme name -->