tags:

views:

21

answers:

1

I realize the Camera button on the Droid X is not a standard feature across all phones, so, I'm curious how to attach a callback to it. I have a camera application that I wrote and I want the user to be able to snap the picture by pressing that button, but currently it doesn't work that way, so, I'm wondering how to attach my callback to it.

TIA.

+1  A: 

Have a look at the answers to this question: http://stackoverflow.com/questions/986602/android-unregister-camera-button

mbaird