Launch Specific App when NFC is discovered

后端 未结 2 776
醉梦人生
醉梦人生 2021-01-22 16:20

I am using NFC in my app and it is working fine. However I want to make sure that only my app is launched and no other App is there to handle the intent. Following is the code f

2条回答
  •  死守一世寂寞
    2021-01-22 16:48

    Use the External Type NDEF record with your own domain and give your app a corresponding intent-filter.

提交回复
热议问题