When should I care about PoweManagement and wake locks for Android service?
Posted
by alex2k8
on Stack Overflow
See other posts from Stack Overflow
or by alex2k8
Published on 2010-05-31T14:11:30Z
Indexed on
2010/05/31
14:12 UTC
Read the original article
Hit count: 355
android
|power-management
I have an android service that connects to remote server by TCP/IP and waits for notifications from it. Should I care about PowerManagement? Can sleep mode affect me some how?
If no, than what are the "use cases" to care about wake locks?
© Stack Overflow or respective owner