Hi,

I am trying to capture the camera button press event and get the image
in my app.
I have a broadcast receiver in my manifest with intent filter having
action as defined below:

<receiver
android:name=".broadcastreceiver.CameraClickBroadcastReceiver">
<intent-filter>
<action android:name="android.intent.action.CAMERA_BUTTON"/>
</intent-filter>
</receiver>

but when the camera button is pressed in emulator, the
CameraClickBroadcastReceiver.onReceiver() method is not invoked.
In this method i am starting an activity which is the home activity of
my app.
Please suggest.

Thanks in advance!!
Manish

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to