Acerca del OpenFlashLight
Un minimalista Luz un botón. El código abierto.
Open Source Flash Light one button, stable and fast. (no ads of course).
https://github.com/tinmarino/OpenFlashLight
The important features are in AndroidManifest.xml :
And On :
cam = Camera.open();
Parameters p = cam.getParameters();
p.setFlashMode(Parameters.FLASH_MODE_TORCH);
cam.setParameters(p);
cam.startPreview();
Off :
cam.stopPreview();
cam.release();
cam = null;
Test if LED flash present in Android SmartPhone :
if (getPackageManager().hasSystemFeature(
PackageManager.FEATURE_CAMERA_FLASH))
Hope that helps.
Novedades más recientes 1.0
Información de OpenFlashLight APK
Versiones Antiguas de OpenFlashLight
Alternativa de OpenFlashLight
Descarga rápida y segura a través de APKPure App
¡Un clic para instalar archivos XAPK/APK en Android!

