[android-developers] Prevent activity pause

2011-09-16 Thread Pinheiro
Hi! I have an unusual problem: I've made an app that will be shown at an exposition booth. What I need is a way to prevent the screen from going off, i.e., the activity will be run forever (no battery problem, it will always be powered). I've tried to shortcut OnPause() to return instantly and

Re: [android-developers] Prevent activity pause

2011-09-16 Thread Mark Murphy
On Fri, Sep 16, 2011 at 9:18 AM, Pinheiro rui.c.pinhe...@gmail.com wrote: I have an unusual problem: I've made an app that will be shown at an exposition booth. What I need is a way to prevent the screen from going off, i.e., the activity will be run forever (no battery problem, it will always

Re: [android-developers] Prevent activity pause

2011-09-16 Thread Christopher Van Kirk
Isn't that what the wakelock does? On 9/16/2011 9:18 PM, Pinheiro wrote: Hi! I have an unusual problem: I've made an app that will be shown at an exposition booth. What I need is a way to prevent the screen from going off, i.e., the activity will be run forever (no battery problem, it will