屏幕锁定时HCE服务是否有效?

时间:2015-08-29 19:50:59

标签: android nfc android-pay hce

我正在开发一个移动钱包应用程序,我遇到一个问题,即当屏幕被锁定时我无法付款。虽然我将手机放在POS终端上,但HostApduService无效。您是否知道Google屏幕在没有密码或密码/模式的情况下锁定屏幕时付款?

1 个答案:

答案 0 :(得分:2)

在您在AndroidManifest.xml文件中引用的APDU配置xml文件中,将属性“requireDeviceUnlock”设置为“false”。请参阅此示例:https://github.com/handstandsam/HandstandPay/blob/master/app/src/main/res/xml/apdu_config.xml

示例项目:https://github.com/handstandsam/HandstandPay