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:name="android.hardware.camera"
|
||||||
android:required="true"/>
|
android:required="true"/>
|
||||||
|
|
||||||
|
<uses-feature
|
||||||
|
android:name="android.hardware.microphone"
|
||||||
|
android:required="false"/>
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.camera.autofocus"
|
android:name="android.hardware.camera.autofocus"
|
||||||
android:required="false"/>
|
android:required="false"/>
|
||||||
|
|
Loading…
Reference in New Issue