Reputation: 5266
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 ?
Upvotes: 0
Views: 229
Reputation: 66886
Use IntentIntegrator
, which will automatically choose the official Barcode Scanner app by restricting the packages searched.
Upvotes: 0