From 008838555620261b25a4df7a814cc789ec4a4ad3 Mon Sep 17 00:00:00 2001 From: Cagdas Date: Sun, 6 Oct 2019 21:17:44 +0300 Subject: Add request permission automatically at android --- doc/classes/MainLoop.xml | 11 +++++++++++ doc/classes/OS.xml | 14 ++++++++++++++ 2 files changed, 25 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml index 9e65da8eea..9457800825 100644 --- a/doc/classes/MainLoop.xml +++ b/doc/classes/MainLoop.xml @@ -167,6 +167,17 @@ + + + + + + + + Emitted when an user responds to permission request. + + + Notification received from the OS when the mouse enters the game window. diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 9e1b25abe1..13a2fc2602 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -217,6 +217,13 @@ Returns the path to the current engine executable. + + + + + With this function you can get the list of dangerous permissions that have been granted to the Android application. + + @@ -744,6 +751,13 @@ At the moment this function is only used by [code]AudioDriverOpenSL[/code] to request permission for [code]RECORD_AUDIO[/code] on Android. + + + + + With this function you can request dangerous permissions since normal permissions are automatically granted at install time in Android application. + + -- cgit v1.2.3