We have an app which is already available on phones/tablets, and now has TV support. However it needs a gamepad rather than a remote, and we’ve noticed that there are some games on the store which say “gamepad required” when you view them in the store.
Google’s docs say there is a android.hardware.gamepad feature which can be added to the manifest:
http://developer.android.com/training/tv/games/index.html#manifest
Is there a way to add this flag to the manifest (we are building this particular app using the simulator, NOT enterprise)? I’ve added the supportsTV and isGame properties to my build.settings file, but not sure if there is anything else I need to add for the game controller to be required.
Also, would this feature only be applied on TV devices? We would prefer to have one apk which can be used on mobile and TV, with the mobile devices using multitouch and the TV devices using a gamepad.