Software Archive
Read-only legacy content
17060 Discussions

Problem with HDMI

Gabriel_B_
Beginner
307 Views

Hello community, I hope you can help me. I am making an application in which I would like to enable or disable the HDMI as there is in the android settings option. I've been looking for Android Developers but there is nothing that says you enable or disable the HDMI.

Thanks and hope they can help me.

0 Kudos
1 Reply
Eduardo_C_Intel
Employee
307 Views

Have you tried already to look at the documentation of DisplayManager (http://developer.android.com/reference/android/hardware/display/DisplayManager.html) and Presentation (http://developer.android.com/reference/android/app/Presentation.html) classes? Possibly they will be enough to get you started.
You should be careful with which Android version you are targeting because they are not supported in all of them. 

Good luck!

0 Kudos
Reply