mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
fixup! modules/android-integration: termux-reload-settings
This commit is contained in:
parent
615378312d
commit
2d1c38fa77
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from common import screenshot, wait_for
|
||||||
|
|
||||||
def run(d):
|
def run(d):
|
||||||
OPENERS = ['termux-open', 'termux-open-url', 'xdg-open']
|
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
|
'termux-wake-lock', 'termux-wake-unlock'] + OPENERS
|
||||||
|
|
||||||
nod = bootstrap_channels.run(d)
|
nod = bootstrap_channels.run(d)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue