Hi,
I am relatively new to Android Development but am programming years in Java. I am developing an app and would like it to know when a photo has been taken. I don't want to add camera functionality to the app, it just needs to get some kind of notification that a photo has been taken with the builtin camera app. I have similar functionality for calls and texts using a BroadcastReceiver. However I cannot find something similar for photo's or other similar things.
Is this possible?
Cheers!