使用 Java 在运行时识别 BlackBerry 设备
如何识别当前运行该应用程序的黑莓设备?
例如:如何识别当前设备是Storm还是Torch?
黑莓 Storm 2 (9520/9550)
黑莓之旅 (9630)
How to identify the Blackberry device currently running the application?
For example: how to identify whether the current device is a Storm or a Torch?
BlackBerry Storm 2 (9520/9550)
BlackBerry Tour (9630)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须使用
DeviceInfo.getDeviceId();
,如下所示 此处You have to use
DeviceInfo.getDeviceId();
as shown here您是否已阅读这篇文章并阅读< a href="http://www.blackberry.com/developers/docs/4.0.2api/net/rim/device/api/system/DeviceInfo.html" rel="nofollow">DeviceInfo.getDeviceName() 和 DeviceInfo。 getDeviceId() 文档?
Have you read this article and read the DeviceInfo.getDeviceName() and DeviceInfo.getDeviceId() documentation?