Im currently working on an application using Xamarin android. I can not connect the device to vibrate .
Vibrator vibrator = (Vibrator)Activity.GetSystemService(Context.VibratorService); vibrator.Vibrate(100);
It builds, but crashes when I click the button associated with the code.
android c # xamarin vibration
Feodalherren
source share