at this time, when the barcode scanning is completed, it shows barcode info and then popup for search etc. I just want it to scan the barcode and then return to my app.
I have checked the source, it has two functions in handleDecode functions. One is handleDecodeExternally and handleDecodeInternally.
handleDecodeInternally is being called, I think and shows all the info, links to search it in google etc.
I want to call handleDecodeExternally but without embedding the zxing source in my app. I just want to scan via Intent
You got me?
is it possible to pass some parameters and it returns what I want?