I am trying to develop a launcher TV app in android Java. I want the launcher app to show my own custom setting class when settings button is clicked from Dpad. for now when i click the settings button from dpad android system settings is triggered and displayed.
I think this can be achieved because in all the launcher of app of Android Television APP when the settings button is clicked from Dpad their custom setting class is opened rather than system settings.
Can anyone help me how can i acheive that ?