I have integrated ZXING barcode scanner in my app.
How can stop my app for asking different scanner apps(based on zxing) and automatically choose my app for scanning ?
I have integrated ZXING barcode scanner in my app.
How can stop my app for asking different scanner apps(based on zxing) and automatically choose my app for scanning ?
Use IntentIntegrator
, which will automatically choose the official Barcode Scanner app by restricting the packages searched.