From dd13e9232a86fd8f731f820df6c7de3670648831 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sun, 7 Jul 2024 11:59:06 +0200 Subject: [PATCH] fixup! modules/android-integration: termux-reload-settings --- tests/emulator/android_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/emulator/android_integration.py b/tests/emulator/android_integration.py index 499ec9f8..df4e2e36 100644 --- a/tests/emulator/android_integration.py +++ b/tests/emulator/android_integration.py @@ -8,7 +8,7 @@ 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)