<!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
privatebooleanuse_fake_precapture;// see CameraController.setUseCamera2FakeFlash() for details - this is the user/application setting, see use_fake_precapture_mode for whether fake precapture is enabled (as we may do this for other purposes, e.g., front screen flash)
privatebooleanuse_fake_precapture_mode;// true if either use_fake_precapture is true, or we're temporarily using fake precapture mode (e.g., for front screen flash or exposure bracketing)
@@ -8195,15 +8200,18 @@ public class CameraController2 extends CameraController {
// need to check af_state != null, I received Google Play crash in 1.33 where it was null