标签: android barcode qr-code zxing
我已在我的应用中集成了ZXING条码扫描器。
如何停止我的应用程序询问不同的扫描仪应用程序(基于zxing) 并自动选择我的应用程序进行扫描?
答案 0 :(得分:0)
使用IntentIntegrator,它会通过限制搜索的包来自动选择官方条码扫描器应用。
IntentIntegrator
http://code.google.com/p/zxing/source/browse/trunk/android-integration/src/com/google/zxing/integration/android/IntentIntegrator.java