1
私はブラックベリーで辞書アプリケーションを作成し、音声変換のサポートをスピーチしました。すべて正常です。今私は、ユーザーが、私はそれをプログラムしなさいこのブラックベリーの1つのアプリケーションでサウンドを無効にする
use the flag value as reference
if flag value is true then user click on item then it will play the sound
else sound wont play and display one dialog that Do you want enable sound with two options yes or no
if user click on yes then make flag value as true and item.setText("Voice Disable"); otherwise no action means no changes in flag
in your list item click listener write condition as following
if(flag==true)
{
write your logic to play
}
サンプルコードを試してみてください