2
How do I turn off automatic screen lock on windows phone 8.1 ?
phoneService.UserIdleDetectionMode = IdleDetectionMode.Disabled;
Before the use of the line above met, but the same is no longer valid for the new version of Windows Phone.
2
phoneService.UserIdleDetectionMode = IdleDetectionMode.Disabled;
Before the use of the line above met, but the same is no longer valid for the new version of Windows Phone.
1
Use
DisplayRequest.RequestActive
Documentation and Example on: http://msdn.microsoft.com/en-us/library/windows/apps/br241816.aspx
Browser other questions tagged c# .net windows-phone windows-phone-8-1
You are not signed in. Login or sign up in order to post.