部分手机不存在闪光灯,检测是否存在还是有必要的。
boolean hasFlash = this.getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_FLASH);
来源:http://stackoverflow.com/questions/13413938/how-to-check-if-device-has-flash-light-led-android