Hey guys,
In our app, although I am doing:
Screen.sleepTimeout = SleepTimeout.SystemSetting;
it works on iOS and not on Android.
Note:
We have this:
Defined in the manifest.
What might be the issue?
We need to be able to put the app to sleep after a while (according to system settings is perfectly fine but its not working).
↧