ZanderAdam / OpenTrack.WindowsPhone

OpenTrack head tracking using Windows Phone 8.1
4 stars 2 forks source link

Prevent prevent screen from locking #2

Closed ZanderAdam closed 9 years ago

ZanderAdam commented 9 years ago

Currently Windows phone Apps have no "clean" way to prevent screen from locking. When screen locks, the app stops working.

ZanderAdam commented 9 years ago

Fixed in https://github.com/ZanderAdam/OpenTrack.WindowsPhone/commit/453194eda2b038d16aabe83b8a053142e7aab6a6

Not ideal as screen remains on. Current WP8.1 SDK has no PhoneApplicationService.Current.UserIdleDetectionMode = IdleDetectionMode.Disabled;