android - How not to disable internet connection while screen is locked? -


how not disable internet connection in service while screen locked or application went background? have such problem. need service in application send request server every 5 minutes. after locking screen internet connection stops. heard power manager dont know hot use it.

if service solely running every 5 minutes should use alarmmanager instead.

have @ this

anyway, service should not lose internet connection when running in background unless bound activities lifetime.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -