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.
谁能指导我如何做到这一点。到目前为止,我知道我可以创建一个意图,然后调用“com.google.zxing.client.android.SCAN”操作,但这仅适用于条形码,我需要使用 QR 码来实现它,任何人都可以指导我在正确的方向?
我认为您需要添加的只是 QR 意图的额外内容
intent.putExtra("SCAN_MODE", "QR_CODE_MODE");
但是,对您的答案的评论是正确的,没关系。这只会使扫描速度更快一些
干杯