Hi,
I am creating an app which receives com.android.camera.NEW_PICTURE action when image is captured using android default camera and perform some background operations.
I have tested my app in Samsung 2.3 and it works fine, but when I tried it in android 4.x versions, the receiver never gets called, thus my background operation never been executed.
Does android 4.x versions have stopped broadcasting "com.android.camera.NEW_PICTURE" or "android.hardware.action.NEW_PICTURE" on camera image capture? or any new action is been broadcasted?
I am using "android.provider.MediaStore.ACTION_IMAGE_CAPTURE" action to start android default camera.
I am creating an app which receives com.android.camera.NEW_PICTURE action when image is captured using android default camera and perform some background operations.
I have tested my app in Samsung 2.3 and it works fine, but when I tried it in android 4.x versions, the receiver never gets called, thus my background operation never been executed.

Does android 4.x versions have stopped broadcasting "com.android.camera.NEW_PICTURE" or "android.hardware.action.NEW_PICTURE" on camera image capture? or any new action is been broadcasted?
I am using "android.provider.MediaStore.ACTION_IMAGE_CAPTURE" action to start android default camera.