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.
我使用 zxing 作为库来实现 QRCode 扫描仪。这是通过单击按钮启动的。但是当我点击按钮时,它会列出所有安装了 zxing 的应用程序,我必须选择我自己的应用程序的扫描仪。
有没有一种方法可以让我指定简单地启动扫描仪而不给出任何选择?
您可以调用setPackage("com.google.zxing.client.android")以将 Intent 限制为仅匹配 Barcode Scanner 包。如果您使用IntentIntegrator项目中的代码,这将为您完成。
setPackage("com.google.zxing.client.android")
IntentIntegrator