Search code examples
testingblackberryjava-meblackberry-simulator

Is my app running on the Blackberry Simulator?


I am testing a blackberry app that sends SMS messages. I would like to use the simulator for testing, but since SMS doesn't work on the simulator I would like to have an alternate code path to handle the interaction. What is the right way to detect that the app is being run under a simulator, instead of an actual device?


Solution

  • DeviceInfo.isSimulator()