I read much about issues with onActivityResult, but it seems that none of the described problems fit to mine, like putting a negative requestCode in start
onActivityResult
start
in my case, the scan request code must be IntentIntegrator.REQUEST_CODE,
that is
startActivityForResult(intent, IntentIntegrator.REQUEST_CODE).
startActivityForResult(intent, IntentIntegrator.REQUEST_CODE)
Hope can help you.