Hi, 
I'm writing a Metronome application just to get started with Sailfish.
I want the application to not to pause when the screens turns black or when it 
is minimized but to pause on incoming calls or alarms ringing.

At the moment i'm using this:

    onApplicationActiveChanged: {
        if(!applicationActive)
            metronome._running = false;
    }

But i want to be less restrictive. can someone give me any hint on how to 
acheive it?
Thanks.

-- 
Riccardo Ferrazzo
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to