llullulluis
llullulluis

Reputation: 3492

Check if BlackBerry application is already scheduled

I have configured my application to run using what is described on this thread

Is there any way to check if my application (a given ApplicationDescriptor) is currently scheduled?

Also what happens if the device is rebooted? Does the application remain scheduled or does it need to be scheduled again?

Upvotes: 0

Views: 101

Answers (1)

Michael Donohue
Michael Donohue

Reputation: 11876

The best way to find out is to just try restarting your device. If the schedule isn't preserved, the docs point to a solution for app upgrades by scheduling your app on device restart:

As a workaround, if an application needs to maintain its scheduled launch after an upgrade it should run on startup and invoke this method to register a scheduled launch of the upgraded version.

Upvotes: 1

Related Questions