屏幕锁定时 HCE 服务是否工作?
Does HCE Service work when screen is locked?
我正在开发一个手机钱包应用程序,但遇到锁屏时无法付款的问题。尽管我将手机 phone 放在 POS 终端上,但 HostApduService 不起作用。你知道Google钱包在锁屏无密码无密码/图案的情况下进行支付吗?
在您在 AndroidManifest.xml 文件中引用的 APDU 配置 xml 文件中,将 属性“requireDeviceUnlock
”设置为“false
”。在这个例子中看到它:https://github.com/handstandsam/HandstandPay/blob/master/app/src/main/res/xml/apdu_config.xml
我正在开发一个手机钱包应用程序,但遇到锁屏时无法付款的问题。尽管我将手机 phone 放在 POS 终端上,但 HostApduService 不起作用。你知道Google钱包在锁屏无密码无密码/图案的情况下进行支付吗?
在您在 AndroidManifest.xml 文件中引用的 APDU 配置 xml 文件中,将 属性“requireDeviceUnlock
”设置为“false
”。在这个例子中看到它:https://github.com/handstandsam/HandstandPay/blob/master/app/src/main/res/xml/apdu_config.xml