AndroidManifest: use NDEF_DISCOVERED instead of VIEW

This commit is contained in:
lemoer 2025-07-12 03:13:54 +02:00
parent cf52f5f1f4
commit 2d534a9e55

View File

@ -28,7 +28,7 @@
<!-- Deep Link sample -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- Add optional android:host to distinguish your app