I have a windows store app. The app plays audio in MediaElement by passing a stream and does some activity on the screen with the progress of the audio. But when the app is minimized the audio "pauses" and the activity and when the app is
maximized it resumes. When the app is minimized the "OnSuspending" event is also not triggeresd (I put break point on that function and it did not break).
How can I stop the app from getting "paused" when minimized.