AndroidManifest: fix NDEF_DISCOVERED?
This commit is contained in:
parent
bb17019560
commit
ce10cf8fe3
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<!-- Deep Link sample -->
|
<!-- Deep Link sample -->
|
||||||
<intent-filter>
|
<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" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<!-- Add optional android:host to distinguish your app
|
<!-- Add optional android:host to distinguish your app
|
||||||
from others in case of conflicting scheme name -->
|
from others in case of conflicting scheme name -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user