mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
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:
parent
e46307ec6e
commit
a157931333
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue