[android-developers] Re: disable sleep/standby mode

2010-04-13 Thread Nithin
use this flag WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON On Apr 13, 3:31 pm, Paolo brand...@gmail.com wrote: How to can to avoid my app goes in stand by while it's running? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: disable sleep/standby mode

2010-04-13 Thread Mark Murphy
That assumes that my app is an activity and that the device can go to sleep if that activity is not in the foreground. Nithin wrote: use this flag WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON On Apr 13, 3:31 pm, Paolo brand...@gmail.com wrote: How to can to avoid my app goes in stand by