0

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

Community
  • 1
  • 1
Michael Kessler
  • 14,245
  • 13
  • 50
  • 64

1 Answers1

2

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 Orr
  • 110,418
  • 27
  • 198
  • 193