android camera in background
问题 I am developing an application to take images from background application say using android service. i don't want any user interaction to takes images, it should completely work from background. I have already tried - Calling camera from service - It not always works sometime works if we have dummy surfaceview, again if Android close the related activity service stopped takings pics, I don't want to run activity for user interaction. with some changes it working fine but all images are black.