Android Xiaomi box using TV Features tab
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
Write a blog for a year or two, the overall feeling, deliberately to write a very good article, do need a lot of preparation and clear organization, often this takes a lot of time and energy, sometimes the effect is not so good.
On the contrary, learning, work at any time to meet a small problem, to describe it as clearly as possible, are very valuable, after all, this kind of blog post is to share knowledge, skills or some understanding, why do more decoration, but feel cumbersome.
In an "Android Xiaomi Box game handle key Capture ", there is a reference to the " TV/Box Application Development Guide ", occasionally take time to read it, found that the following things need to add in:
<uses-feature android:name= "android.hardware.type.television" android:required= "true" > </ Uses-feature>
And the content that can be displayed on the TV screen of the Millet box before, do not add this will have what effect? Then read the excerpt from this article:
This feature is added to the app store to classify and audit the uploaded apps.
Of course, when users download the app in the store, if they find it's not a TV, they might not show up in the list, or they won't be able to download it. Maybe, Apple can do, Android so fraternity, whether it can be done?!
Android Xiaomi Box use TV feature label