[android-developers] Re: How to activate the flashlight of the Samsung Galaxy

2009-08-31 Thread Alan Viverette
To turn the flash on for photos, Camera.Parameters parameters = camera.getParameters(); parameters.set(flash-value, 1); camera.setParameters(parameters); On Aug 26, 1:19 am, Nox v.beh...@googlemail.com wrote: Can you help me please!!! On Aug 11, 11:30 am, Nox v.beh...@googlemail.com wrote:

[android-developers] Re: How to activate the flashlight of the Samsung Galaxy

2009-08-26 Thread Nox
Can you help me please!!! On Aug 11, 11:30 am, Nox v.beh...@googlemail.com wrote: Hello everybody, I am developing a photo app and I want to add aflashlightfor taking better photos. The app should know: This is a Samsung Galaxy,I have toactivatetheflashlight. Do you know how to realize