Skip to content

Commit 4a69b26

Browse files
authored
Update permissions in nativephp configuration
1 parent 2298264 commit 4a69b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nativephp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,13 @@
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,
258258
'network_state' => true,
259259
],
260260

0 commit comments

Comments
 (0)