java - How to use Camera to take picture in a background Service on Android? - Stack Overflow
I'm developing a Service, running in background, that uploads succesfully images and data to the web. Now I want to upload an image taken by the Camera. Is it possible to use the camera in a background service without preview on Android 2.2? I found vario...