mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
app/permission: add microphone permissions
Microphone permissions enables the Android permissions RECORD_AUDIO Signed-off-by: CoyAce <AkeyCoy@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
||||
|
||||
RECORD_AUDIO is a "dangerous" permission. See documentation for package
|
||||
gioui.org/app/permission for more information.
|
||||
*/
|
||||
package microphone
|
||||
Reference in New Issue
Block a user