While using the IntentIntegrator from the ZXing library, can I add a flash button to the barcode scanner via the Intent?
问题 I am scanning barcodes and QR codes from an Android app via Intent using the ZXing Library and its port of the Android Application. I added the following two lines in my Gradle dependencies to use the android-integration code without modification: compile 'com.journeyapps:zxing-android-embedded:3.2.0@aar' compile 'com.google.zxing:core:3.2.1' And I am using IntentIntegrator in my Activity to scan a barcode in the onCreate() like this: integrator = new IntentIntegrator(this); integrator