mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-07 23:18:56 +01:00
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…
x
Reference in New Issue
Block a user