How to create an Android auto download application?

I am trying to create an application that automatically uploads an image to my server . The idea is that the user creates a picture with a native / normal camera, and my application receives a notification (catches the event) and downloads the image (in the background).

I found a solution for Windows Phone ( see here ), but not for Android. How can i do this? - Is it technically possible even(with API data) or is it a special function only for contract services ( Facebook or Dropbox to do this )?

Thank!

+2
source share
1 answer

, , , .

. "android.intent.action.CAMERA_BUTTON" - 999

, . . , , , , .

, . .

EDIT:

. android.media.action.IMAGE_CAPTURE .

+1

All Articles