How can I manually play button click sound?
In Bada I can do this in next way:
TouchEffect __TouchEffect;
__TouchEffect.Construct();
__TouchEffect.Play(TOUCH_EFFECT_SOUND);
How can I manually play button click sound?
In Bada I can do this in next way:
TouchEffect __TouchEffect;
__TouchEffect.Construct();
__TouchEffect.Play(TOUCH_EFFECT_SOUND);