hi guys
I am working on camera application in android
what i have to do is when ever user try to open camera manually i have to disable camera.
What i have found so far is jut a broadcast receiver for camera button click ie
android.intent.action.CAMERA_BUTTON
this will give notification when camera button got pressed
but i want notification when user clicks on camera application and starts it.
is any one having any idea ????

