views:

48

answers:

1

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?

+3  A: 

DeviceInfo.isSimulator()

Marc Novakowski