Android: BroadcastReceiver intent to Detect Camera Photo Taken?

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.

Leave a Comment