From 2496b3ec028f207ae99a834e6ca414b38279e276 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Thu, 14 Sep 2017 12:16:46 -0500 Subject: [PATCH] [Android] Don't require camera, autofocus Don't require autofocus because that prevents the app from appearing in Google Play Store for some devices. Don't require camera for the same reason but also because camera/video is not a mandatory feature of the app, it's merely likely very desirable. --- android/sdk/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/sdk/src/main/AndroidManifest.xml b/android/sdk/src/main/AndroidManifest.xml index 26c6f8172..c52d19f26 100644 --- a/android/sdk/src/main/AndroidManifest.xml +++ b/android/sdk/src/main/AndroidManifest.xml @@ -14,10 +14,10 @@ + android:required="false" /> + android:required="false" />