After installing MCPE via Google Play website onto Nvidia Shield TV, the app installs all ok but the app isn't displayed in the 'Apps' list and can only be accessed by going to Settings->Apps and launching the app from there.
I assume this is due to the appropriate Android TV icon not being present and/or manifest settings being incorrect, so should be a simple fix.
To fix this, the following changes need to be done to the
Manifest.xmlfile:In the top by the other
uses-featuresadd:Change the line that says
to
In the intent filter section add:
Then all you need to do is add a 320x180 launcher image named
banner.pngin the drawable folder.