parmil86
parmil86

Reputation: 83

how to listen "android.intent.action.CAMERA_BUTTON" broadcast action in android device which do not have hardware camera button

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

Answers (1)

Femi
Femi

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

Related Questions