Hi,
Now I have an audio player working perfectly, but when the user don't press any key during a while the player stops because the screensaver starts work. Is there any way I can avoid the screensaver to start from my applicaction?.
Thanks,
Maria
Hi,
Now I have an audio player working perfectly, but when the user don't press any key during a while the player stops because the screensaver starts work. Is there any way I can avoid the screensaver to start from my applicaction?.
Thanks,
Maria
you could reset the inactivity timer, anyway, is the audio interrupted because you move to background, or by some other thing ?, maybe you should investigate first what is really happening..
I think it's the inactivity timer. Because when I press any key, the music continue.
Thanks
the inactivity timer itself would not do that, it just indicates how long the user has been inactive with teh device. I would bet that the key pressing brings your app back to foreground, so check what your logic is doing and what actually happens before the music stops..