abe

Results 3 comments of abe

**you can just check the application's source code and permissions that it uses to see if it collect data or not.**

this is what i have tried and worked for me `private var isFrontCamera = false` `isFrontCamera = if (!isFrontCamera) {` ` barcodeView!!.pauseAndWait()` ` barcodeView!!.cameraSettings.requestedCameraId = 1` ` barcodeView!!.resume()` ` true`...