I am writing code to auto backup sdcard photos to the cloud (the project is on the github) When click backup button, the app will load all photos on sdcard and upload them to the cloud. But after that if user take new photos by camera, the app takes no action because it does not notified. So my question is does android broadcast when taking photos using camera?
Below is the requirement:
When user take new photos, backup the new photos immediately
if the app closed and user take new photos after, when restarts the app, detect the new photos and backup
any advice or solutions or material to help to implement the function will be appreciated.