Is there any way to launch get a BREW application started according to a schedule? This is basically the same question as this one, only for BREW instead of Windows Mobile.
Asked
Active
Viewed 205 times
1 Answers
2
Yes. There is. See documentation on the ISHELL_SetAlert() It up to you to check if Alerts that been assigned survive reboot of the device. There is a trick that you can run some code when receiving alert without becoming foreground application by not calling IShell_Activate But it requires a special care.

Boris Daich
- 2,431
- 3
- 23
- 27