Cleaned up the ZXing Test manifest to match the Barcode Scanner one.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2139 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2012-02-03 22:24:17 +00:00
parent e46307ec6e
commit a157931333

View file

@ -19,14 +19,20 @@
android:versionName="1.2"
android:versionCode="6"
android:installLocation="auto">
<uses-permission android:name="android.permission.CAMERA"/>
<uses-sdk android:minSdkVersion="7"
android:targetSdkVersion="7"/>
<supports-screens android:xlargeScreens="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
<uses-feature android:name="android.hardware.camera"/>
<application android:label="@string/app_name"
android:icon="@drawable/icon">
<activity android:name="ZXingTestActivity"
@ -41,5 +47,5 @@
android:label="@string/benchmark_name"
android:screenOrientation="portrait"/>
</application>
<uses-permission android:name="android.permission.CAMERA"/>
</manifest>