Settings - Set up
10/22/22Less than 1 minute
Table of contents
Interfaces
Constants
Constants
enableAccessibilityServiceByRoot
enableAccessibilityServiceByRoot:SettingItemfor a boolean toggle
When enabled, the next time you turn on the accessibility service, the app may try to enable it using root (if root is available).
foregroundService
foregroundService:SettingItemfor a boolean toggle
Foreground service toggle: used for keep-alive and related flows (for example media projection / screenshot permission where applicable).
noConsoleOnLaunch
noConsoleOnLaunch:SettingItemfor a boolean toggle
When enabled, the console / log UI is not shown when the packaged app starts.
stableMode
stableMode:SettingItemfor a boolean toggle
Stable mode: layout analysis omits less-important views by clearing FLAG_INCLUDE_NOT_IMPORTANT_VIEWS on the accessibility service configuration (takes effect after the service is re-enabled).
See also
FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
stopAllOnVolumeUp
stopAllOnVolumeUp:SettingItemfor a boolean toggle
When enabled, pressing Volume Up stops all scripts. Applies only in the packaged app.
