Created a simple keep screen on Extension.
I am currently learning AIX Extension building for the past 2-3 months.
So created this one because i primarily use AppyBuilder gold. And there is no option for keep screen awake.
I know there are other extension screen tools which bundle this feature, But wanted to do my own simple version
Update: Changed code to be more logical boolean Blocks, With return values. And Designer property Check box, Default = False. Check to Enable Keep screen on,
Useful for set and forget or Programmatically control with True/False value on the blocks editor.
Extension is for use on Other AI2 Builders without this preset in the Editors. Such as AppyBuilder
Some builders like Thunkable have this feature built in and not required, But can be used still
Just may conflict with the default builder values,
Extension here: com.AppyKeepScreenOn.aix (6.1 KB)
Source Code here: AppyKeepScreenOn.txt (2.8 KB)
Feel free to Edit/Modify, Add to your Extensions.
> Uses modified source from the App inventor sources.