fixup! modules/android-integration: termux-reload-settings

This commit is contained in:
Alexander Sosedkin 2024-07-07 11:59:06 +02:00
parent 615378312d
commit 2d1c38fa77

View file

@ -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)