我已经设法transaction event
从contactless reader
, 使用
<intent-filter>
<action android:name="com.gsma.services.nfc.action.TRANSACTION_EVENT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="nfc" />
</intent-filter>
现在我的活动开始了,我被困在了这一点上,因为我认为我会有一些我Intent
喜欢的amount
或需要的数据enter PIN
,但这并没有发生。
任何人都可以指出我的方向还是我在这里遗漏了什么?
谢谢你们