do not require a microphone for installing the app
This commit is contained in:
parent
54a7439e9c
commit
df49a77898
|
@ -8,6 +8,10 @@
|
|||
android:name="android.hardware.camera"
|
||||
android:required="true"/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.microphone"
|
||||
android:required="false"/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.camera.autofocus"
|
||||
android:required="false"/>
|
||||
|
|
Loading…
Reference in New Issue