OpenFlashLight|工具線上App不用買

シェア記事:

【免費工具App】OpenFlashLight-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();

【免費工具App】OpenFlashLight-APP點子

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.

免費玩OpenFlashLight APP玩免費

免費玩OpenFlashLight App

OpenFlashLight APP LOGO

OpenFlashLight LOGO-APP點子

OpenFlashLight APP QRCode

OpenFlashLight QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1.0
App下載
免費
1970-01-012015-04-20
シェア記事: