检测Android设备中的HDMI端口
我正在研究需要检测HDMI端口的Android开发应用程序。 有人能指导我如何以编程方式在andorid设备中检测HDMI端口。
提前致谢
你可以尝试听广播隐藏的Android意图
"android.intent.action.HDMI_PLUGGED"
如果您使用的是Android 4.0或更高版本或者如果您使用Sony设备:
"com.sonyericsson.intent.action.HDMI_EVENT"
查看本教程以获取更多信息:http://developer.sonymobile.com/2012/05/29/how-to-use-the-hidden-hdmi-api-tutorial/
还有第三方库,如KernelSwitchObserverLib http://forum.xda-developers.com/showthread.php?t=1963785
链接地址: http://www.djcxy.com/p/82547.html