mirror of
https://git.sr.ht/~eliasnaur/gio-cmd
synced 2026-07-06 09:55:33 +00:00
gogio: [Android] map the microphone permission to RECORD_AUDIO
Signed-off-by: CoyAce <AkeyCoy@gmail.com>
This commit is contained in:
@@ -22,6 +22,9 @@ var AndroidPermissions = map[string][]string{
|
|||||||
"wakelock": {
|
"wakelock": {
|
||||||
"android.permission.WAKE_LOCK",
|
"android.permission.WAKE_LOCK",
|
||||||
},
|
},
|
||||||
|
"microphone": {
|
||||||
|
"android.permission.RECORD_AUDIO",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
var AndroidFeatures = map[string][]string{
|
var AndroidFeatures = map[string][]string{
|
||||||
|
|||||||
Reference in New Issue
Block a user