I plan to write an application that will do the job every 5 minutes in the background. What happens if the phone goes to sleep?
I heard that in deep sleep the CPU shuts down, so the applications stop executing, and someone also said that the processor does not shut down, but it works at a frequency below 100 MHz? Which one is true?
Also, if applications do not work in deep sleep, how do we receive calls and SMS in real time?
Im brand new to Android and just installed sdk.
source
share