在Android中,如果设备连接到外接显示器,则会进行广播。
我想知道如何在Windows Phone中检测到这一点。
答案 0 :(得分:0)
易。
///<summary>True when an external display is connected to the MicroHDMI output of this Windows Phone</summary>
static bool isExternalDisplayConnected()
{
return false; // No windows phone device has MicroHDMI output, nor any other external display output.
}