I have been getting complaints from a few users that once they installed my application there phone has been heating up (sometimes even when the application is not running).
- What are the reasons this could be happening?
- What can I do to overcome this issue?
- Is there any way my application could heat up the phone even when it is not running?
Edit : How does a white application background compare to a black or darker application background in terms of battery usage? (assuming that excessive battery usage could heat up the phone)
Edit : Say I have a service that runs indefinitely, but does cpu specific work very rarely, how costly, in terms of cpu / battery / memory, is maintaining the service? (I know a better way would be to implement it using alarm manager, but before I change the implementation I need to know how big a difference it would make.)