是否可以在 Blackberry 中创建类似守护进程的进程?

发布于 2024-11-08 10:59:18 字数 178 浏览 0 评论 0原文

我很好奇是否可以编写一个常规的黑莓 UI 应用程序来创建一个守护进程,该进程:

  1. 在后台运行
  2. 它没有 UI,任务列表中没有用户可以切换到的图标
  3. 它可以与主进程交互以安全的方式应用程序(带有 UI)

这可能吗?如果是,编写此类应用程序的最佳方法是什么?

I am curious to know whether it is possible to write a regular blackberry UI application that can create a daemon process that:

  1. Runs in the background
  2. It has no UI and no icon in the task list which user can switch to
  3. It can interact with the main application (with UI) in a secure way

Is this at all possible? If yes what is the best way to write such an app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黑凤梨 2024-11-15 10:59:18

是的,这是可能的。例如,您可以通过从 Application 继承来创建后台应用程序,然后使用 RuntimeStore 与 UI 应用程序进行通信。

Yes, it is possible. You can, for example, create your background application by inherting from Application and then use RuntimeStore to communicate with the UI application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文