Hello, I turn in my app in one location, the camera light.
Some users report that when they are not the camera light works.
I use the ACL version 4.6, there is another way
Library could use or where to turn to the camera light?
Sub Process_Globals
Dim camera As AdvancedCamera
Sub Activity_Create(FirstTime As Boolean)
camera.Initialize(Activity,"camera")
Sub Activity_Pause (UserClosed As Boolean)
camera.Release
Sub ZaehlerstandEingabe
camera.FlashTorch()
Sub BTN00Startseite_beenden_click
camera.Release
Activity.Finish