You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
screen always on option does not work while running scripts:
see AppRunnerActivity.java, line 108: private boolean mSettingScreenAlwaysOn;
defaults to false,
never gets changed but line 203: setScreenAlwaysOn(mSettingScreenAlwaysOn);
The text was updated successfully, but these errors were encountered:
screen always on option does not work while running scripts:
see AppRunnerActivity.java, line 108:
private boolean mSettingScreenAlwaysOn;
defaults to false,
never gets changed but line 203:
setScreenAlwaysOn(mSettingScreenAlwaysOn);
The text was updated successfully, but these errors were encountered: