Andrew Hubbs
Andrew Hubbs

Reputation: 9426

On a Blackberry, How do you schedule your app to come on at a specific time?

The context for my question is that of an alarm application but I would like to know in the general case. How do you schedule your application to turn on at a point in time in the future? For instance, if I set an alarm to play a noise tomorrow at 8:00 am how do I make this happen if the device has closed my app?

*editted to correct spelling/punctuation.

Upvotes: 1

Views: 187

Answers (1)

Marc Novakowski
Marc Novakowski

Reputation: 45398

You could use ApplicationManager.scheduleApplication()

Upvotes: 1

Related Questions