I\'m working on an Android application which needs to perform an action each time a new image is taken with the phone. I don\'t want to take the image within my application
Right now, I've gotten a BroadcastReceiver implemented that's currently listening for "android.intent.action.CAMERA_BUTTON". However, this doesn't seem to get called when I'm wanting it to.
That only gets broadcast if the foreground activity does not consume the event.