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 Phone 7 上,您可以订阅的唯一物理按钮是后退按钮和相机按钮,并且只有在您的应用程序运行时才能订阅。所以你不能以这种方式启动应用程序。