doc/articles/features/windows-phone-devices-notification-vibrationdevice.md
[!TIP] This article covers Uno-specific information for the
Windows.Phone.Devices.Notificationnamespace. For a full description of the feature and instructions on using it, see Windows.Phone.Devices.Notification Namespace.
Windows.Phone.Devices.Notification.VibrationDevice allows for managing the vibration device on the phone.VibrationDevice classFor Android, there is one permission you must configure before using this API in your project. To do that, add the following to AndroidManifest.xml:
<uses-permission android:name="android.permission.VIBRATE" />
Cancel method is not supported.Vibrate(TimeSpan) method is not taken into account - iOS supports only a default vibration duration.Windows.Phone.Devices.Notification namespace is no longer supported in WinUI.