In Android, if you open an App, but only once, it may be kept in memory for a long time if the memory doesn’t suffer any shortage.
Will these background tasks/processes consume power continuously? Will it be significantly?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the app requires that it runs in the background, then yes, it will consume power as long as the phone is on. One app isn’t exactly that significant, but the real problem comes up when multiple apps start running processes/services in the background. In fact, most battery-saving apps out there disable these to save power.