Know when user takes photo with the Camera Android

I wanted to know if it was possible for an app to know if user took a photo with the Android camera and send a push notification or start the app if it is activated.

Upvotes: 0

Views: 43

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006564

There are ~1.5 billion Android devices in use, spanning thousands of device models. These will have hundreds, if not thousands, of "Android camera apps", including pre-installed ones and ones installed by users. None have to tell third-party apps when they take a picture, and none have to publish any evidence that they took a picture. For example, they can take a picture and upload it straight to a Web server.

So, no, this is not possible in any reliable fashion.

Upvotes: 1

Related Questions