hms-scan-demo icon indicating copy to clipboard operation
hms-scan-demo copied to clipboard

Sample code for demonstrating Huawei HMS ScanKit capabilities. It illustrates how to help developers quickly build code scanning capabilities.

Results 64 hms-scan-demo issues
Sort by recently updated
recently updated
newest added

点击扫码,然后跳转扫码界面,扫完码之后什么反应都没有,onActivityResult也不走,集成没有问题 2022-11-03 17:26:19.340 30018-30018/? E/ActivityThread: Failed to find provider info for com.huawei.hms 2022-11-03 17:36:44.773 18568-18568/com.zixin.kaoyantong E/ActivityThread: Failed to find provider info for com.huawei.hms 2022-11-03 17:36:49.038 1595-3743/? E/WindowManager: win=Window{2861996 u0 com.zixin.kaoyantong/com.huawei.hms.hmsscankit.ScanKitActivity}...

![image](https://github.com/HMS-Core/hms-scan-demo/assets/78689835/4087d58b-2829-4fce-97b3-598db7fbbe14) 请问我上架国内应用商城出现这些是为什么???我在用户未同意隐私政策前没有任何调用啊,这里说的是跟sdk有关,有人知道嘛??? ![image](https://github.com/HMS-Core/hms-scan-demo/assets/78689835/31f9ca70-8bd8-40fe-b26a-a43b21ce9857) ![image](https://github.com/HMS-Core/hms-scan-demo/assets/78689835/28a10c51-fc7f-4a16-b015-785c1d04933c)

在扫描白底二维码的时候没反应,使用黑底的二维码识别很快。

intent 不加flags 或者 intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP),可以正常扫码,快速进行打开页面 -->关闭 --> 再打开页面,扫码页面就会死掉或黑屏,无法扫码。 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK),这种情况不会黑屏,但是无法扫码,扫码就报错挂掉