Showing posts with label lock screen. Show all posts
Showing posts with label lock screen. Show all posts

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;