I need to create a service application which always looking and retrieve imaging file from if any new image taken from build in camera application.
1)My service needs to watching and taking the image from if new image was taken from build in camera application
how can we obtain the image path or image data in my service.
manifest code:
onReceive Code: