views:

112

answers:

1

Hi All,

I am trying to find a way to listen to a built-in Camera application Capture event. I want my application to be triggered each time a picture is taken.

Is it possible?

I read here

that it is impossible...

If it is impossible then, maybe, there is another way to achieve it? For example receive a new file event and check if the file is picture...

+2  A: 

Impossible means impossible. :)

Unless you were to modify the Android platform yourself to override some of these security features and provide custom images which you would then flash onto individual devices, but I imagine that's not what you're looking for...

Christopher