Skip to content

Commit

Permalink
Set android.hardware.camera2 unrequired
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Jan 9, 2019
1 parent 7ae4c94 commit 7c194b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/chatinput/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera2" />
<uses-feature android:name="android.hardware.camera2" android:required="false" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit 7c194b6

Please sign in to comment.