How do I disable automatic screen lock on windows phone 8.1?
phoneService.UserIdleDetectionMode = IdleDetectionMode.Disabled;
Before using the above line, however, it is no longer valid for the new version of Windows Phone.
phoneService.UserIdleDetectionMode = IdleDetectionMode.Disabled;
Before using the above line, however, it is no longer valid for the new version of Windows Phone.