Friday, January 23, 2015

Running a Windows Phone Application under the lock screen

You need to add a line of code under "InitializeComponent()".
Code: PhoneApplicationService.Current.ApplicationIdleDetectionMode = IdleDetectionMode.Disabled;