如何隐藏 "Phone is plugged in and battery is fully charged" 图标
How to hide "Phone is plugged in and battery is fully charged" icon
嗯,这是我的第一个 Windows Phone 8 个应用程序。
在我的所有页面上,我设置 shell:SystemTray.IsVisible="False"
始终以全屏模式显示应用程序。但是当我显示消息框时
Phone is plugged in and battery is fully charged
正在显示图标。请看下图。
我希望在显示消息框时隐藏它。
据我所知,publicAPI中没有这种可能性。
仅 API 用于 OEM。
嗯,这是我的第一个 Windows Phone 8 个应用程序。
在我的所有页面上,我设置 shell:SystemTray.IsVisible="False"
始终以全屏模式显示应用程序。但是当我显示消息框时
Phone is plugged in and battery is fully charged
正在显示图标。请看下图。
我希望在显示消息框时隐藏它。
据我所知,publicAPI中没有这种可能性。
仅 API 用于 OEM。