How to make an Android device vibrate? with different frequency? I wrote an Android application. Now, I want to make the device vibrate when a certain action occurs. How can I do this? 13 s 13 Try: import android.os.Vibrator;... May 1, 2022 0 Comments