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

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -