Here is what I'm trying to do ..
Whenever event occurs, device should vibrate for couple of seconds.
I tried to use
Display.getDisplay(this).vibrate(2000);
It did not vibrate, while testing on device
Even tried it with device profile was set to Vibrate(Active)
Am I missing something here?