我有这个代码
ToneGenerator tg=new ToneGenerator(AudioManager.STREAM_NOTIFICATION, 100);
tg.startTone(ToneGenerator.TONE_CDMA_ONE_MIN_BEEP, 5000);
工作正常,但哔哔声的播放非常短(大约 200 毫秒)
无论我是否将持续时间设置为 5000 毫秒或更多,仍然没有任何变化:(。
是否可以控制哔哔声的持续时间?
//this is the definition of the function defined in android
public boolean startTone (int toneType, int durationMs)