1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Request Android record permission when needed

This commit is contained in:
DESKTOP-3H3MR3A\eloisa
2019-03-04 23:06:37 -03:00
committed by Marcelo Fernandez
parent a38bf5287a
commit b22cf46fdb
12 changed files with 83 additions and 5 deletions

View File

@@ -88,6 +88,8 @@ class AudioDriverOpenSL : public AudioDriver {
SLAndroidSimpleBufferQueueItf queueItf,
void *pContext);
virtual Error capture_init_device();
public:
void set_singleton();