]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Don't require touchscreen.
authorThad Hughes <thad.hughes@gmail.com>
Wed, 21 Dec 2011 01:37:13 +0000 (17:37 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Wed, 21 Dec 2011 01:37:13 +0000 (17:37 -0800)
AndroidManifest.xml

index f2c949b2c7c6d8e7d374cba886e7531f9fcaaf15..49411b98d2c5b629426c42e4db4918dd8bf927bf 100644 (file)
@@ -23,6 +23,8 @@
       />
       
    <!--   android:xlargeScreens="true" />  --> 
+   
+   <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
 
   <uses-permission android:name="android.permission.INTERNET" />
   <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />