Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要始终打开手电筒扫描一维条码。有可能吗?如果可以,怎么做?
屏幕代码:
<question key="#2" type="22"> <answer key="#2_1" nextQuestionKey="#4" attributeType="51"/> ... </question>
我正在使用安卓 8 设备。我在参考指南中搜索了解决方案,但没有发现任何有用的信息。谢谢
Movilizer 客户端上的扫描依赖于外部软件,因此您应该需要使用外部事件来控制它。例如,如果您的安卓设备中已经有扫描软件,您需要在外部事件中打开与它的连接,并在完成扫描时间后关闭。无论如何,只有这个代码我害怕我帮不了很多,因为有很多扫描方式