SetRequestedOrientation doesn't work well on tv?

the code is as follows:

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT);

call this method after clicking on the event, which works well on the mobile phone, but not in tv. Is there any solution?

Mar.25,2021
Menu