how we can listen or receive “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
Share
You can’t: the intent is only generated by the hardware camera button, not by the button within a camera app.