diff options
author | DESKTOP-3H3MR3A\eloisa <marcelofg55@gmail.com> | 2019-03-04 23:06:37 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2019-03-08 12:38:36 -0300 |
commit | b22cf46fdb86fc6ca06fbba34772e4f6ff0c46d4 (patch) | |
tree | 431b9491f72849436ec2472f9a412971b40e2592 /core/bind/core_bind.h | |
parent | a38bf5287a02238581359b548aef3170cd577a5f (diff) | |
download | redot-engine-b22cf46fdb86fc6ca06fbba34772e4f6ff0c46d4.tar.gz |
Request Android record permission when needed
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index f3bc4644d8..803743bc93 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -356,6 +356,8 @@ public: bool has_feature(const String &p_feature) const; + bool request_permission(const String &p_name); + static _OS *get_singleton() { return singleton; } _OS(); |