SkillAgentSearch skills...

AlwaysOnDisplayToggle

An Android quick setting to toggle Always on Display

Install / Use

/learn @Alberto97/AlwaysOnDisplayToggle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Always on Display Toggle

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80" align="right">

GitHub release F-Droid GitHub license

An Android quick setting that turns Always on Display on or off.

Permissions

The app requires the WRITE_SECURE_SETTINGS permission to be able to toggle AoD on and off.
You can grant it with Shizuku or adb:

adb shell pm grant org.alberto97.aodtoggle android.permission.WRITE_SECURE_SETTINGS

or in case of multiple users (<userId> is listed as first number in output of adb shell pm list users):

adb shell pm grant --user <userId> org.alberto97.aodtoggle android.permission.WRITE_SECURE_SETTINGS

Please note that this app has only been tested on Google Pixels.
Different manufacturers may have implemented AoD their own way and therefore the app might not work.

View on GitHub
GitHub Stars84
CategoryDevelopment
Updated24d ago
Forks9

Languages

Kotlin

Security Score

95/100

Audited on Mar 9, 2026

No findings