Android: prevent phone from sleeping

Hello!

How can I prevent my phone from sleeping while I play a game made Unity Android? (will setting a permission help, or is something more involved?)

thanks

It appears you can set iPhoneSettings.screenCanDarken to false to achieve this during runtime.

Settings/Applications/Development/Stay Awake (check that)