Browse Source

Fixed android permissions

Arnaud Vergnet 4 years ago
parent
commit
b46e671d83
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      app.json

+ 2
- 1
app.json View File

@@ -44,7 +44,8 @@
44 44
         "backgroundColor": "#be1522"
45 45
       },
46 46
       "permissions": [
47
-        "VIBRATE"
47
+        "VIBRATE",
48
+        "CAMERA"
48 49
       ]
49 50
     }
50 51
   }

Loading…
Cancel
Save