Reputation: 83
how we can listen or receive "android.intent.action.CAMERA_BUTTON" broadcast action in android device which do not have hardware camera button.
Upvotes: 2
Views: 1151
Reputation: 64700
You can't: the intent is only generated by the hardware camera button, not by the button within a camera app.
Upvotes: 1