Make back-facing camera optional in manifest.

This commit is contained in:
akwizgran
2018-08-10 15:55:40 +01:00
parent af1ed292ae
commit 16b09b9380

View File

@@ -4,7 +4,7 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />