ZXingSimple
ZXingSimple copied to clipboard
如何添加对barcode 产品条码的支持
我在 DecodeThread 类中73行以后添加了 PRODUCT_FORMATS 的支持,但测试发现还是无法解析条形码。请问如何解决 // add new for the product format if (PreferenceConfig.KEY_DECODE_PRODUCT_FORMATS_ENABLE) { Log.d("test", "KEY_DECODE_PRODUCT_FORMATS_ENABLE"); decodeFormats.addAll(DecodeFormatManager.PRODUCT_FORMATS);// PRODUCT_FORMATS码 }
条形码支持了吗?