Hello community, I need help.
I would like to know if there is a way to keep the screen on while I am in the app. After a few seconds the cell phone locks.
In "Kodular" there is the "Keep the screen on" property, and I wanted to see if there is something similar at MIT or an extension that can achieve this.
Thank you so much.
You can use a clock timer and a notifier to do this, or there are extensions that provide a block for it.
1 Like
The simple ways:
or use a Foreground or Background extension
The UrsAI2KeepAlive zip archive Ullis Roboter Seite/AI2 Keep Alive The archive contains the source code, the compiled binary for uploading to the App Inventor and a discussion of how Ullis' Foreground extensions work.
1 Like
Thank you so much. The TaifunTools extension with the "KeepScreenOn" method worked for me
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.