Hi,
And thanks for the replies/information, much appreciated.
Ideally what i would like to do is set up the time lapse camera so that it collects and stores an image then goes to sleep for a defined period of time, then wakes up and repeats this process, essentially in an effort to reduce battery use as image collection only occurs every 15 -20 minutes.
I had a look through the reference and found two functions App.GoToSleep() and app.WakeUp() which looked like it might be a good option however i read a post from 2018 that indicated that these two functions do not work on android versions after jelly bean. Is there an update to this or is this still the case?
Would adding a manifest file with the relevant permissions included make these functions work?
Would sending an App to the Background as suggested above (and allowing phone to automatically switch off) and then reactivating it via an alarm have a similar effect to the sleep and wakeup functions? I will give this a go and see what happens.
Again, any helps with this is much appreciated.
Cheers.