سؤال

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);
هل كانت مفيدة؟

المحلول

just tried it is working on my S3. android version is 4.1.2,

PS: this question might not help for future purposes, it might be get closed.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top