This is the important part I guess
uses-feature android:name=” android.hardware.gamepad” android:required=”false”
I have uploaded an app that supports gamepads on Android TV, but it is not required. Unfortunately, the Google Play Store shows that it needs to be filled. I know it has obvious things, But it looks good to me.
This is the important part I guess
uses-feature android:name= ”Android.hardware.gamepad” android:required=”false”
Since your TV game supports gamepads, it is not required, You should actually exclude the use of the gamepad. Intuitively, when the gamepad is actually needed, you set the gamepad to required=false (the game cannot be used for remote input).