diff --git a/tests/emulator/android_integration.py b/tests/emulator/android_integration.py index 499ec9f..df4e2e3 100644 --- a/tests/emulator/android_integration.py +++ b/tests/emulator/android_integration.py @@ -8,7 +8,7 @@ from common import screenshot, wait_for def run(d): OPENERS = ['termux-open', 'termux-open-url', 'xdg-open'] - TOOLS = ['am', 'termux-setup-storage', + TOOLS = ['am', 'termux-setup-storage', 'termux-reload-settings', 'termux-wake-lock', 'termux-wake-unlock'] + OPENERS nod = bootstrap_channels.run(d)