How to open the display settings menu from inside the application
This is the guideline how to open the TV Menu for picture settings from inside the application.
Add the following line to index.html file:
<script language="javascript" type="text/javascript" src="$MANAGER_WIDGET/Common/af/2.0.0/loader.js"></script>
Show the picture settings popup:
sf.service.AVSetting.show(function callback(){
//you should reset focus.
});
When the video playback is finished, call the callback function.
hide the picture settings popup:
sf.service.AVSetting.hide();
Picture Setting menu can be seen on the TV display.
Figure 1. Screenshot of picture Setting menu.