Pergunta

I use the following snippet to vibrate the phone in a specific pattern, but it throws and ArrayIndexOutOfBoundsException.

vibrator.vibrate(new long[] { selectedDuration, CONSTANT_DELAY }, REPEAT); 

But

vibrator.vibrate(VIBRATE_DURATION);

works fine. Any pointers?

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top