我目前正在使用Xamarin
android进行应用程序.我不能让设备振动.
Vibrator vibrator = (Vibrator)Activity.GetSystemService(Context.VibratorService); vibrator.Vibrate(100);