在 BREW 中安排应用程序
有什么方法可以按计划启动 BREW 应用程序吗? 这基本上与 这个问题 相同,仅适用于 BREW 而不是 Windows移动的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 有。
请参阅有关 ISHELL_SetAlert() 的文档
由您检查分配的警报是否在设备重新启动后仍然有效。
有一个技巧,您可以在收到警报时运行一些代码,而不会通过不调用 IShell_Activate 成为前台应用程序,但这需要特别小心。
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.