Browse Source

Merge pull request #2455 from nextcloud/changeCameraPermission

Like Android Files we should rely on generic camera feature, but not required.
Marcel Hibbe 2 years ago
parent
commit
a507bdd03a
1 changed files with 1 additions and 1 deletions
  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"