AndroidManifest: use NDEF_DISCOVERED instead of VIEW
This commit is contained in:
parent
cf52f5f1f4
commit
2d534a9e55
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<!-- Deep Link sample -->
|
<!-- Deep Link sample -->
|
||||||
<intent-filter>
|
<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.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<!-- Add optional android:host to distinguish your app
|
<!-- Add optional android:host to distinguish your app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user