Skip to content

Commit

Permalink
fix(manifest): sets autofocus feature as optional
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Grosz <lalogrosz@gmail.com>
  • Loading branch information
lalogrosz authored and ajsb85 committed Jun 27, 2019
1 parent 795d748 commit bf71b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<application android:allowBackup="true" android:label="@string/app_name">
</application>
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="15" />
Expand Down

0 comments on commit bf71b09

Please sign in to comment.