Reputation: 960
We have a Zebra Android device (MC33X) & I'm able to scan through the hardware button & is there a way to scan through click of a button on the screen?
Also is there a provision to Auto scan or Continuous scan?
Upvotes: 0
Views: 358
Reputation: 11
You have to send an intent with action "com.symbol.datawedge.api.ACTION" and extra with key "com.symbol.datawedge.api.SOFT_SCAN_TRIGGER" and value START_SCANNING
Upvotes: 1