diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-03-08 18:22:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 18:22:38 +0100 |
commit | 60d910b1916305c4b0ac5f92415083995b4f7c7a (patch) | |
tree | cfa73123ed9b160c2426771d73d41ef2cbaf7d4d /doc | |
parent | 95c6d9cabace69901bc8e7f93ad611577fe89b74 (diff) | |
parent | b22cf46fdb86fc6ca06fbba34772e4f6ff0c46d4 (diff) |
Merge pull request #26756 from marcelofg55/android_rec_perm
Request Android record permission when needed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/OS.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 5e71ed094e..04aac298e5 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -684,6 +684,13 @@ Request the user attention to the window. It'll flash the taskbar button on Windows or bounce the dock icon on OSX. </description> </method> + <method name="request_permission"> + <return type="bool"> + </return> + <description> + At the moment this function is only used by the AudioDriverOpenSL to request permission for RECORD_AUDIO on Android. + </description> + </method> <method name="set_icon"> <return type="void"> </return> |