Currently, I am trying to add a feature to my app that does buzzes every quarter hour, one time at 15 minutes, twice at 30, and three times at 45.
I have this working properly using the alarm API, however, every time the alarm is triggered the application wakes up the device display and opens the app. I would prefer this go on in the background and not display the app when it occurs. I'm currently looking into using a service for this functionality instead, but the documentation seems sparse. I feel like I may end up having to ditch the alarm API to stop it from opening up my application and turning on the screen, but from what I'm reading it seems as though trying to do any sort of manual sleeping will cause the application to be put into the background and potentially not ran at all.
I figured I'd ask here, as there's not too many places that seem to have answers related to Tizen, and the freenode IRC seems dead... If I figure it out before I get a reply, I'll be sure to post it here.