You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bridge also accepts this debug-only service command:
46
+
47
+
```text
48
+
reload_settings
49
+
```
50
+
43
51
### Examples
44
52
45
53
```powershell
46
54
adb shell am broadcast -a com.enaboapps.switchify.debug.PERFORM_SWITCH_ACTION -p com.enaboapps.switchify --es action next
47
55
adb shell am broadcast -a com.enaboapps.switchify.debug.PERFORM_SWITCH_ACTION -p com.enaboapps.switchify --es action previous
48
56
adb shell am broadcast -a com.enaboapps.switchify.debug.PERFORM_SWITCH_ACTION -p com.enaboapps.switchify --es action select
57
+
adb shell am broadcast -a com.enaboapps.switchify.debug.PERFORM_SWITCH_ACTION -p com.enaboapps.switchify --es action reload_settings
49
58
```
50
59
51
60
Action IDs are also accepted:
@@ -86,6 +95,6 @@ stop_scanning
86
95
change_scanning_direction
87
96
```
88
97
89
-
## Local Harness
98
+
## Agentic QA Harness
90
99
91
-
The local harness in `switchify-agents-testing` can prime scan settings, send bridge actions, capture evidence, and restore preference backups. If it changes preferences or switch configuration, restore from that run directory when finished.
100
+
The agentic QA harness in [switchifyapp/switchify-android-agentic-qa](https://github.com/switchifyapp/switchify-android-agentic-qa) can prime scan settings, send bridge actions, capture evidence, and restore preference backups. If it changes preferences or switch configuration, restore from that run directory when finished.
<stringname="debug_adb_testing_summary">Debug builds listen for %1$s while the accessibility service is running. Use it to perform Switchify actions from ADB without relying on synthetic key events.</string>
661
-
<stringname="debug_adb_testing_examples">adb shell am broadcast -a %1$s -p com.enaboapps.switchify --es action next\nadb shell am broadcast -a %1$s -p com.enaboapps.switchify --es action previous\nadb shell am broadcast -a %1$s -p com.enaboapps.switchify --es action select</string>
660
+
<stringname="debug_adb_testing_summary">Debug builds listen for %1$s while the accessibility service is running. Use it to perform Switchify actions and reload settings from ADB without relying on synthetic key events.</string>
661
+
<stringname="debug_adb_testing_examples">adb shell am broadcast -a %1$s -p com.enaboapps.switchify --es action next\nadb shell am broadcast -a %1$s -p com.enaboapps.switchify --es action home\nadb shell am broadcast -a %1$s -p com.enaboapps.switchify --es action reload_settings</string>
0 commit comments