Messaging class for detecting and broadcasting that your Universal app is running in the background
Some time ago I discovered that you can trap Window.Current.VisibilityChanged in a Windows 8 app to check if the app was running in the background, and that ...