Android box uses TV feature tags, android
Android box uses TV feature labels
Beautiful Life of the sun and fire god (http://blog.csdn.net/opengl_es)
This article follows the "signature-non-commercial use-consistency" creation public agreement
Reprinted please keep this sentence: Sun huoshen's beautiful life-this blog focuses on Agile development and mobile and IOT device research: iOS, Android, Html5, Arduino, pcDuino, otherwise, this blog post is rejected or reprinted. Thank you for your cooperation.
I have been writing a blog post for a year or two. The overall feeling is that it takes a lot of time and effort to write a very regular article that requires a lot of preparation and clarity, sometimes the results are not that good.
On the contrary, it is very valuable to describe a small problem that occurs at any time during study and work. After all, such blog posts share knowledge, skills, or some insights, why do we need to make more modifications? Instead, we feel cumbersome.
In the previous article "Android box game gamepad button capture", I mentioned "TV/Box Application Development Guide", and occasionally took time to read it again. I found that the following things need to be added:
<uses-feature android:name="android.hardware.type.television" android:required="true"> </uses-feature>
What is the impact if I do not add this content on the TV screen of box? Let's take a look at this excerpt:
This feature is mainly used by the App Store to classify and review uploaded applications.
Of course, when users download this application in the App Store, if they find it is not a TV, it may not be displayed in the list or cannot be downloaded? Maybe Apple can do it. Can Android do it if it is so friendly ?!