Skip to content

An Android screen timeout quick settings tile

License

Notifications You must be signed in to change notification settings

elastic-rock/KeepScreenOn

Repository files navigation

KeepScreenOn

Keep Screen On allows you to add a quick settings tile, with which you can easily disable screen timeout and then restore the previous timeout value.

For example, this may be useful to you if you need the display to stay on temporarily when viewing a website or document or if your device does not have the option to set the screen timeout to never in the settings.

Get it on F-Droid Get it on GitHub

Screenshots

Screenshot Tile Disabled Screenshot Tile Enabled Screenshot App

Permissions

  • WRITE_SETTINGS - Required to read and update system timeout
  • FOREGROUND_SERVICE - Needed to listen for battery_low and/or screen_off actions, if you enable the feature "Restore timeout when battery is low" and/or "Restore timeout when screen is turned off"
  • FOREGROUND_SERVICE_SPECIAL_USE - Needed to specify the appropriate foreground service type
  • POST_NOTIFICATIONS - Needed to post notifications when foreground service is running

Credits