OpenFlashLight 1.0 Icon

OpenFlashLight

tinmarino Tools
3.8
4 Ratings
100+
Downloads
1.0
version
Sep 11, 2016
release date
27.2 KB
file size
Free
Download

What's New

About OpenFlashLight Android App

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.

Other Information:

Package Name:
Requires Android:
Android 2.2+
Other Sources:
Category:

Download

This version of OpenFlashLight Android App comes with one universal variant which will work on all the Android devices.

Variant
1
(Sep 11, 2016)
Architecture
universal
Minimum OS
Android 2.2+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of OpenFlashLight Android App, We have 1 version in our database. Please select one of them below to download.

Loading..