Pārlūkot izejas kodu

[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.
master
Lyubo Marinov 8 gadus atpakaļ
vecāks
revīzija
2496b3ec02
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      android/sdk/src/main/AndroidManifest.xml

+ 2
- 2
android/sdk/src/main/AndroidManifest.xml Parādīt failu

@@ -14,10 +14,10 @@
14 14
   <uses-feature android:glEsVersion="0x00020000" android:required="true" />
15 15
   <uses-feature
16 16
       android:name="android.hardware.camera"
17
-      android:required="true" />
17
+      android:required="false" />
18 18
   <uses-feature
19 19
       android:name="android.hardware.camera.autofocus"
20
-      android:required="true" />
20
+      android:required="false" />
21 21
 
22 22
   <application
23 23
       android:allowBackup="true"

Notiek ielāde…
Atcelt
Saglabāt