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:
<uses-permission android:name="android.permission.WAKE_LOCK" />
Defined in the manifest.
What might be the issue?