Skip to content

Commit

Permalink
Made Android AUTOFOCUS feature optional to improve device compatibili…
Browse files Browse the repository at this point in the history
…ty (#1)
  • Loading branch information
tjwoon committed May 20, 2015
1 parent c79a87e commit 0b114a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<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" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<uses-permission android:name="android.permission.CAMERA" />
Expand Down

0 comments on commit 0b114a8

Please sign in to comment.