Make microphone optional in manifest

This commit is contained in:
chrisgarrity 2016-05-09 10:59:44 -04:00
parent ecde9e726c
commit fca4cd04cf

View file

@ -9,6 +9,7 @@
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<supports-screens android:smallScreens="false"
android:normalScreens="false"