diff --git a/app/permission/microphone/main.go b/app/permission/microphone/main.go new file mode 100644 index 00000000..e5b01d20 --- /dev/null +++ b/app/permission/microphone/main.go @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: Unlicense OR MIT + +/* +Package microphone implements permissions to access microphone hardware. + +# Android + +The following entries will be added to AndroidManifest.xml: + + + +RECORD_AUDIO is a "dangerous" permission. See documentation for package +gioui.org/app/permission for more information. +*/ +package microphone