aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-08 14:09:01 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-08 14:09:01 +0200
commitbcf0a5482643f6d00b15db364d7c5544e25f7414 (patch)
treeb74596b34c57bbd83a8c9b42ba260f8434253b25 /src/main/AndroidManifest.xml
parent25d05543e9932bae0b606fc1783051e305c218f8 (diff)
make camera feature optional
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 9880e00eb..28e47675b 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -26,6 +26,9 @@
<uses-sdk tools:overrideLibrary="net.ypresto.androidtranscoder" />
+ <uses-feature android:name="android.hardware.camera" android:required="false" />
+ <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
+
<application
android:networkSecurityConfig="@xml/network_security_configuration"
android:name="android.support.multidex.MultiDexApplication"