It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
butcherguy
reply to post by Aliensun
Sounds like the government has an interest there.
Snarl
butcherguy
reply to post by Aliensun
Sounds like the government has an interest there.
And kiddie porn freaks.
Grown-ups know better (or they should) ... but tons of kids can't resist ... and then they forget, or they're too scared to tell their parents.
WP4YT
It has to use the camera because that's how it turns the light on. It's the cameras light. If you didn't give it permission to use the camera, the OS would not let the app turn the camera light on.
Aliensun
WP4YT
It has to use the camera because that's how it turns the light on. It's the cameras light. If you didn't give it permission to use the camera, the OS would not let the app turn the camera light on.
Since the camera and flash--or not--can be under the control of the person at will, it seems unlikely that the flash cannot be controlled separately. After all, we are talking about programming here. not actual switches. And stop and think about it, if they actuated the camera for their own reasons, would that mean the flash would have to flash (giving you a strong clue that they were spying)? No. Actually, more than likely, they could control the camera AND flash to their whim.
stormcell
Aliensun
WP4YT
It has to use the camera because that's how it turns the light on. It's the cameras light. If you didn't give it permission to use the camera, the OS would not let the app turn the camera light on.
Since the camera and flash--or not--can be under the control of the person at will, it seems unlikely that the flash cannot be controlled separately. After all, we are talking about programming here. not actual switches. And stop and think about it, if they actuated the camera for their own reasons, would that mean the flash would have to flash (giving you a strong clue that they were spying)? No. Actually, more than likely, they could control the camera AND flash to their whim.
Software is split up into software modules that handle different parts of the phone. The function calls that an application developer cann call belong to a particular API (Application Programming Interface). Here's the example on how to create a flashlight app:
www.androidhive.info...
Since Java involves object oriented programming. The "private camera" defines the object with the functions to allow the flashlight to be set on or off. In this case, we have to go through the camera API to set the flashlight on and off.