working android example. File access still not working

This commit is contained in:
Iaphetes 2024-11-19 07:49:53 +01:00
parent a04fd0293f
commit 340833ea7b
6 changed files with 50 additions and 17 deletions

View file

@ -6,9 +6,15 @@
"main"
],
"permissions": [
{
"identifier": "fs:allow-read",
"allow": [{ "path": "$HOME/**" }]
},
"core:default",
"shell:allow-open",
"fs:default",
"log:default"
"log:default",
"fs:allow-home-read-recursive",
"fs:scope-home-recursive",
"fs:read-all"
]
}