“Guided Access” equivalent

好久不见. 提交于 2019-12-10 11:36:54

问题


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 I have no idea on how to do that precisely. Please, can you tell me if it's possible and, if it is, can you give me a point where I can start ?

Thanks.


回答1:


I´m not sure whether or not this made it into the newly released preview of the Windows 8.1 Update, but check for "Assigned Access" it was rumored to be a new feature especially for Windows store apps

Edit: See the offical 8.1 product guide here, it only mentions it two times but maybe it is worth installing the preview.



来源:https://stackoverflow.com/questions/17426387/guided-access-equivalent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!