On Sat, Oct 16, 2010 at 10:58 PM, Chris - Diddo Team <cbo...@gmail.com> wrote:
> I would like to somehow be notified when the camera takes a
> picture, ie when the database of images changes.

Those two things have little to do with each other. Not every camera
application uses the MediaStore; not everything in the MediaStore
comes from the camera.

> Currently I can use a contentobserver with the
> MediaStore.Images.Media.External_Content_URI, but that fires off a
> notification if any photo is added to the SD (ie a photo is download,
> another app adds one...)...is there any way to do this?

AFAIK, your ContentObserver is your best answer.

-- 
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 3.1 Available!

-- 
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