Add a few more uses-features that describe the app better

git-svn-id: https://zxing.googlecode.com/svn/trunk@2102 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-01-01 21:49:44 +00:00
parent 0b58fc05d6
commit 1edb8c6dca

View file

@ -35,6 +35,8 @@
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.camera.flash" android:required="false"/>
<uses-feature android:name="android.hardware.screen.landscape"/>
<uses-feature android:name="android.hardware.wifi" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>