working android example. File access still not working
This commit is contained in:
parent
a04fd0293f
commit
340833ea7b
6 changed files with 50 additions and 17 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue