Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Windows Phone8 应用程序,当应用程序启动时,我正在执行某些功能。但在那之后我想立即将应用程序发送到后台/关闭应用程序。
意味着我想从代码中模拟 Back Key 功能。有没有这方面的规定?
不,您不能强制用户从您的代码中意外关闭应用程序。并且不要抛出未处理的异常并使应用程序崩溃,这不是非常用户友好的。