Tuyen Nguyen
Tuyen Nguyen

Reputation: 4479

Identify BlackBerry devices with at runtime with Java

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)

Upvotes: 2

Views: 146

Answers (2)

npinti
npinti

Reputation: 52205

You have to use DeviceInfo.getDeviceId(); as shown here

Upvotes: 3

Related Questions