0

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 ?

laxonline
  • 2,657
  • 1
  • 20
  • 37
Abhinav Tyagi
  • 5,158
  • 3
  • 30
  • 60

1 Answers1

0

Use IntentIntegrator, which will automatically choose the official Barcode Scanner app by restricting the packages searched.

http://code.google.com/p/zxing/source/browse/trunk/android-integration/src/com/google/zxing/integration/android/IntentIntegrator.java

Sean Owen
  • 66,182
  • 23
  • 141
  • 173