Dear Elias,
I found the gogio sources and a variable called AndroidPermissions.
One of these would be WRITE_EXTERNAL_STORAGE.
I do not understand how to set all of these permissions,
let's say for the "kitchen" apk, as a first try.
FYI
I want to write an audio app - playing, recording, ... so reading and writing files would be necessary.
Sorry for bothering you,
Otfried
> I found the gogio sources and a variable called AndroidPermissions.
> One of these would be WRITE_EXTERNAL_STORAGE.
>
> I do not understand how to set all of these permissions,
> let's say for the "kitchen" apk, as a first try.
Have the application import
https://pkg.go.dev/gioui.org@v0.7.1/app/permission/storage. The gogio
tool looks for this package and will modify the android manifest to
request the proper permissions.
Cheers,
Chris