Skip to content

Commit

Permalink
fixup! modules/android-integration: termux-wake-lock and termux-wake-…
Browse files Browse the repository at this point in the history
…unlock
  • Loading branch information
t184256 committed Jul 7, 2024
1 parent de07ba9 commit e42c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emulator/android_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e42c8f7

Please sign in to comment.