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

@ -20,7 +20,8 @@
"assetProtocol": {
"enable": true,
"scope": [
"$HOME/**"
"$HOME/**",
"**"
]
}