Skip to content

Commit

Permalink
don't require android.hardware.faketouch, since it actually limits th…
Browse files Browse the repository at this point in the history
…e number of compatibe devices

requiring android.hardware.faketouch: available devices 538
requiring android.hardware.touchscreen: available devices 1856

WTF?
  • Loading branch information
shlusiak committed Sep 19, 2012
1 parent 276326b commit 78c73f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -10,7 +10,7 @@
android:targetSdkVersion="16" />

<uses-permission android:name="android.permission.INTERNET"/>
<uses-feature android:name="android.hardware.faketouch" android:required="true" />
<!-- <uses-feature android:name="android.hardware.faketouch" android:required="true" /> -->
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />

<application
Expand Down

0 comments on commit 78c73f9

Please sign in to comment.