I want to build an application that running in the background, that doing something exactly at the time that there is a camera capture on the device. I don't want to build a camera application by myself, I want that the application will detect any capture on the device, that can happen from any camera application that the user of the device want to use.
My question is: How can I detect a capture on device? Is there any Broadcast Reciever
of that?
Thanks in advance!!