• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps android.provider.MediaStore.ACTION_IMAGE_CAPTURE action does not broadcasts "com.android.camera.NEW_

Rekha_d

Lurker
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. :confused:

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.
 
Back
Top Bottom