黑莓-如何获取后台应用程序进程ID
在我的黑莓模拟器中,我在后台运行两个应用程序,现在我想检索哪些是在后台运行的应用程序。我不知道该怎么做。 是否可以显示哪些应用程序在后台运行。
In my blackberry simulator i m running two application at the background now i want to retrive which are the application running in the background.I don't how to do. Is it possible to show which are the application running in the background.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
列出和切换可见应用程序
替代文本 http:// /img195.imageshack.us/img195/7003/applist.png 链接文本 http://img32。 imageshack.us/img32/9273/applistmenu.png
代码:
List and switch visible application
alt text http://img195.imageshack.us/img195/7003/applist.png link text http://img32.imageshack.us/img32/9273/applistmenu.png
Code:
查看 运行时存储。
和 知识库条目如何将应用程序切换到后台/前台。
祝你好运!
Take a look at the API Reference for the RuntimeStore.
And a Knowledge Base entry how to switch an App to the Background/Foreground.
Good Luck!
不是真正的答案,但系统不允许我发表评论。
您是否真的需要知道正在运行的后台应用程序是什么,或者只是您的应用程序是否在后台运行。 如果是后者,我想你可以使用运行时存储构建一些东西
Not really an answer, but the system won't let me comment.
Do you really need to know what the running background applications are, or just if your applications are running in the background. If the latter I imagine you can build something using the runtime store