I have app running on nexus player. Everything works fine. However, when i start some video, while video being played, none of the remote keys work on the player. We are using our own player. Navigation keys, play/pause button and back button none these are working.
However, proper logic has been written inside our code. Player interact with the commands. Therefore, in our code, when play pause button is clicked on remote, we send a command to player to pause the video.
Basically, once the player starts the video, non of the keys are captured in our code. If anyone has some idea about this. Please share.
Make sure you handle the keycodes on your own player. There might be another Activity or Fragment captures the focus and tries to handle those keycodes. You can use logs to make sure which element of your application receives the keycodes.