aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 5455cea52..ec13ba1ad 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -42,6 +42,9 @@
<uses-feature
android:name="android.hardware.location.network"
android:required="false" />
+ <uses-feature
+ android:name="android.hardware.microphone"
+ android:required="false" />
<application
android:name="android.support.multidex.MultiDexApplication"