This app is an add-on app for SystemUI Tuner that can be used to read and write restricted settings that SystemUI Tuner can't normally interact with.
With the release of Android 6, Google greatly restricted which values apps could change in Settings.System. However, for backwards-compatibility, these restrictions don't apply to apps that still target Android 5.1 and earlier.
In later versions of Android, Google also started restricting which values could be read from the secure settings by third-party applications. For whatever reason, though, apps marked as test-only can still read these restricted settings.
This add-on targets API 22 (Android 5.1) and is built as test-only to bypass both restrictions when needed.
Downloads are available from the Releases page.
Since this add-on is marked as test-only, installation isn't as simple as opening the APK on your device. Android blocks test installations by default without a specific flag.
In order to install the add-on, you'll either need to use Install with Options (recommended for Android 11 and later) or ADB.
You only need to use one of the methods below.
Use the following command (note the -t
flag):
adb install -r -t /path/to/add-on.apk
SystemUI Tuner is published on the Google Play Store, and so it needs to comply to the Google's publishing rules.
These rules include:
The functionality of this add-on and how it achieves it would prevent SystemUI Tuner from being on the Play Store if it were integrated into the main app.
In addition, since most options are readable and writeable with the WRITE_SECURE_SETTINGS permission used in SystemUI Tuner, this add-on's functionality isn't usually needed.