“Guided Access” equivalent
问题 I have to develop a windows store app which will be usable on public devices, that means users aren't supposed to be able to quit my application. On iOS devices, an option called "Guided Access" allows to do this easily, buttons are disabled and you can specify an area where user can interact. After some researches, I haven't found a way to do that, it seems that Microsoft has not implemented this option in Windows 8, so I'm looking for a way to do this with some code, directly in my app but