aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-03 22:02:38 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-03 22:02:38 +0200
commitab3e365fec77fa49294bde344c0be4fa212ea4f6 (patch)
treee5b57cdb1d95bb73506f8c016c73cadbc70d533c /src/main/AndroidManifest.xml
parent4ffaf3016f17a35a217b079bb680cd11c2fbc13e (diff)
hide record audio feature if mircophone is not available
hide share location feature if location service is not available
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"