【发布时间】:2020-06-10 04:31:52
【问题描述】:
我知道某些 Windows 10 应用程序可以在 Windows 10 锁定屏幕上显示小工具控件。例如。 Spotify
https://superuser.com/questions/1454049/disable-media-controls-on-the-windows-10-lock-screen
但我的 UWP 应用程序将全屏显示为其正常模式,我也想在锁定屏幕上以全屏模式显示它。有可能吗?
【问题讨论】:
-
这是系统媒体控件,不是 Spotify 小工具。您可以使用SystemMediaTransportControls 类将信息添加到系统媒体控件。 This documentation 有更多详情。
标签: uwp