summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorDESKTOP-3H3MR3A\eloisa <marcelofg55@gmail.com>2019-03-04 23:06:37 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2019-03-08 12:38:36 -0300
commitb22cf46fdb86fc6ca06fbba34772e4f6ff0c46d4 (patch)
tree431b9491f72849436ec2472f9a412971b40e2592 /doc/classes
parenta38bf5287a02238581359b548aef3170cd577a5f (diff)
Request Android record permission when needed
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/OS.xml7
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>