Skip to content

Commit 31901e3

Browse files
authored
Merge pull request #2 from JapSeyz/main
Update permissions in nativephp configuration
2 parents 891171b + f8c9f54 commit 31901e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/nativephp.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,14 @@
248248
'biometric' => false,
249249
'camera' => false,
250250
'microphone' => false,
251-
'nfc' => false,
251+
'microphone_background' => false,
252252
'push_notifications' => false,
253253
'location' => false,
254254
'vibrate' => false,
255255
'storage_read' => false,
256256
'storage_write' => false,
257-
'qr-code' => false,
257+
'scanner' => false,
258+
'nfc' => false,
258259
'network_state' => true,
259260
],
260261

0 commit comments

Comments
 (0)