In my application I just want to listen to the picture captured by user in camera and increase the photo count.I tried listen to
<action android:name="android.provider.MediaStore.ACTION_IMAGE_CAPTURE" />
<action android:name="android.media.action.IMAGE_CAPTURE" />
<action android:name="android.media.action.STILL_IMAGE_CAMERA" />
<action android:name="android.intent.action.CAMERA_BUTTON" />
above intents .But these intents are not working for galaxy. Is there any other method to listen to the captured images.