Properly Using Desktop::setScreenSaverEnabled() to Disable Timeouts on Mobile Devices

As shows up in the related posts to your topic, I’ve posted the solution to Android here:

You’ll have to implement it natively. There is a step by step instruction for it in that thread

//Edit: I just saw that you even commented on that thread already. Do you have issues with my implementation? It should work and yield your expected results

//Edit2: looking at the second link you posted, yes this SHOULD work on Android… No idea what’s going on if it doesn’t… Try popping in my code, you can copy paste that as is. It works here, just tested it