OpenFlashLight সম্পর্কে
A minimalist Light one button. Open source.
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.
What's new in the latest 1.0
OpenFlashLight এর পুরানো সংস্করণ
OpenFlashLight বিকল্প
APKPure অ্যাপের মাধ্যমে অতি দ্রুত এবং নিরাপদ ডাউনলোড করা হচ্ছে
Android-এ XAPK/APK ফাইল ইনস্টল করতে এক-ক্লিক করুন!