<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="..."
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="12" />
<application
android:icon="@drawable/icon"
android:label="@string/app_name" >
....
</application>
<uses-feature
android:name="com.google.android.tv"
android:required="true" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
</manifest>
This application is only available to devices with these features, as defined in your application manifest.This application is available to over 0 devices.Screen layouts: SMALL NORMAL LARGE XLARGERequired device features
It is.