We don't need the touchscreen. This allows Astrid to show up on Google TVs

pull/14/head
Tim Su 14 years ago
parent 01f1831093
commit 6654ac0a9e

@ -67,6 +67,8 @@
android:minSdkVersion="7"/>
<supports-screens android:xlargeScreens="true" android:largeScreens="true"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:theme="@style/Theme"
android:name="greendroid.app.GDApplication"

Loading…
Cancel
Save