Search code examples
c#windows-phone-8vibration

Switching sound profiles between ring and vibrate by code in Windows Phone


I am developing a C# Windows Phone 8 application in Visual Studio 2012. I want to activate and deactivate "vibration". How could I achieve this ?

Thank you.

P.S: I went through this


Solution

  • The current Windows Phone API does not allow for this. This requested feature has also not been added to the Windows Phone 8.1 API. The only thing that you could do is request the feature here and hope that MS might one day do it.

    The link that you mentioned in your question is for Android, not WP8. WP8 does not allow for this as of yet.