victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
461 stars 25 forks source link

screen always on #102

Open 42loop opened 3 years ago

42loop commented 3 years ago

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);

victordiaz commented 3 years ago

I think this line in your script should do the job. Let me know if it works for you. device.screenAlwaysOn(true)

Better documentation is still a pending thing :sweat_smile: