• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Stopping phone from sleeping

ophanin

Newbie
Hi all,

This is probably a simple question, but I'm coming up with nothing substancial on searches. Is there a good way to stop the phone from sleeping for an application? I was investigating using the PowerManager class, but I am wondering if there is an easier way out there.
 
I'd say with some certainty that PowerManager/WakeLock is your best option. There are some sample code out there to help you, just google it.
 
Back
Top Bottom