0

Sorry if this question is kind of bad, but a user reported that the vibration in my app isn't working on his Samsung Galaxy S3. Has anyone ever had an issue with that phone model?

I'm using the standard code for vibration:

Vibrator vibe = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
vibe.vibrate(1000);
4

1 に答える 1

0

試してみたところ、S3で動作しています。Android のバージョンは 4.1.2 です。

PS: この質問は今後の目的には役立たない可能性があり、クローズされる可能性があります。

于 2013-02-10T23:21:24.513 に答える