![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | braniii |
I exported my program to Android. The only permission I granted (in the export gui menu) is “Wake Lock”. Checking in Android I can confirm, that the App has the permission “keep awake”. My problem is, that the app never make use of it.
Is there a function I need to call, to keep the system awake?
I’m using Godot: 3.0.2 latest (Arch)
And Android 7.1 (with multiple devices)
Thank you for your help.