nesto
nesto

Reputation: 45

Toast notification on windows phone 8 without sound and vibration

I'm going to make a simple toast notification using periodic task of background agent, what I'm asking is how can I show notification in specific time, but without playing sound notification or vibration, is there any way to achieve it?

Since what I've seen at http://msdn.microsoft.com/en-us/library/hh202962%28v=vs.92%29.aspx that VibrateController is unsupported api in background agent

Thanks!

Upvotes: 2

Views: 1218

Answers (1)

robertk
robertk

Reputation: 2461

It's completely up to the user to decide whether he/she want the sounds and vibration or not. There is nothing we can do as a developer to control such things. I believe it is one of Microsofts philosophies to not end up like Android in such matters.

Upvotes: 3

Related Questions