Can we turn on/off hdmi settings from our app programmatically

点点圈 提交于 2019-12-07 16:23:38

问题


I want to load hdmi settings (check box Turn on HDMI, HDMI Resolution Selection dialog box) in my custom app activity. And if I change these settings in my custom app the settings will be changed in actual device settings. Is it possible?

Thanks any help will be appreciated.


回答1:


Those are unique to your device -- normal Android devices with HDMI support (e.g., Nexus 10) do not have such settings. Hence, please call your device manufacturer and ask them if they have an API for such settings.



来源:https://stackoverflow.com/questions/18272227/can-we-turn-on-off-hdmi-settings-from-our-app-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!