我正试图在UWP应用程序中获得省电模式,我在 Windows .Phone .System .Power.dll 中找到PowerManager类,我无法在UWP应用..有没有其他方法来检查启用节电模式?我的目标设备是目前的Windows 10平板电脑..如果有方法在Universal Windows项目中引用 Windows .Phone .System .Power.dll ,请告诉我
答案 0 :(得分:5)
对于UWP应用程序,您应该使用Windows.System.Power.PowerManager(即不是来自手机命名空间,适用于WP 8.1应用程序): https://docs.microsoft.com/en-us/uwp/api/windows.system.power.powermanager
谢谢 - Stefan Wick
Windows Developer Platform