String contents = intent.getStringExtra("SCAN_RESULT");
String formatName = intent.getStringExtra("SCAN_RESULT_FORMAT");
String errorCorrectionLevel = intent.getStringExtra("SCAN_RESULT_ERROR_CORRECTION_LEVEL");
Is it possible to get the 'Version' of the QR code generated as well? There are 40 versions of QR available right. I need to display that as a textView. Any help please? :D