summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorCagdas <cagdascaglak@gmail.com>2019-10-06 21:17:44 +0300
committerCagdas <cagdascaglak@gmail.com>2019-10-22 22:52:13 +0300
commit008838555620261b25a4df7a814cc789ec4a4ad3 (patch)
tree364c9224a2e301039300a4c7f6fa07af609c0f48 /core/bind/core_bind.h
parent9f28803927330654cdb09f48467b481c85209ea8 (diff)
downloadredot-engine-008838555620261b25a4df7a814cc789ec4a4ad3.tar.gz
Add request permission automatically at android
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index 693b85710a..1a4fd1d5cb 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -349,6 +349,8 @@ public:
bool has_feature(const String &p_feature) const;
bool request_permission(const String &p_name);
+ bool request_permissions();
+ Vector<String> get_granted_permissions() const;
static _OS *get_singleton() { return singleton; }