declare usage of the auto focus feature for the camera

The zxing library will attempt to use auto focus on the camera,
if available.
This commit is contained in:
Branden Archer
2016-02-07 15:38:07 -05:00
parent 2e457dc06e
commit 9820bca315

View File

@@ -11,6 +11,9 @@
<uses-feature
android:name="android.hardware.camera"
android:required="true" />
<uses-feature
android:name="android.hardware.camera.autofocus"
android:required="false" />
<application
android:allowBackup="false"