Lock app with password
问题 In WP application we need to provide user option to lock app with password. As I understand WP app lifecycle, I need to put navigation to LockPage in App.Application_Activated, App.Application_Deactivated and start page, but I can not use NavigationService in App class... I do not want to put navigation code to lock page in each other pages, or there is no other options? 回答1: I writed own solution, but may be it is not so elegant as it could be. App locking logic: User enable app locking with