On Mon, Aug 13, 2012 at 7:11 AM, bt <[email protected]> wrote: > It is a broadcast action: > > http://developer.android.com/reference/android/hardware/Camera.html#ACTION_NEW_PICTURE
Whoops, sorry, I was thinking of MediaStore.ACTION_IMAGE_CAPTURE. > Why doesn't it work? Not sure. The Camera app source code shows a plain broadcast with that action -- no data, MIME type, or categories. Now, any given device's camera app may or may not send this broadcast, so I certainly would not rely upon it, but I would expect a stock AOSP Camera app to be sending it. Bear in mind that this broadcast is new to API Level 14. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

