Ver Fonte

Merge pull request #2455 from nextcloud/changeCameraPermission

Like Android Files we should rely on generic camera feature, but not required.
Marcel Hibbe há 2 anos atrás
pai
commit
a507bdd03a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/src/main/AndroidManifest.xml

+ 1 - 1
app/src/main/AndroidManifest.xml

@@ -24,7 +24,7 @@
     xmlns:tools="http://schemas.android.com/tools">
 
     <uses-feature
-        android:name="android.hardware.camera.any"
+        android:name="android.hardware.camera"
         android:required="false" />
     <uses-feature
         android:name="android.hardware.camera.autofocus"