mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
modules/android-integration: termux-reload-settings
This commit is contained in:
parent
438cf8c620
commit
e0216d3e47
6 changed files with 53 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ load lib
|
|||
run ! command -v termux-setup-storage
|
||||
run ! command -v termux-open
|
||||
run ! command -v termux-open-url
|
||||
run ! command -v termux-reload-settings
|
||||
run ! command -v termux-wake-lock
|
||||
run ! command -v termux-wake-unlock
|
||||
run ! command -v xdg-open
|
||||
|
|
@ -22,6 +23,7 @@ load lib
|
|||
command -v termux-setup-storage
|
||||
command -v termux-open
|
||||
command -v termux-open-url
|
||||
command -v termux-reload-settings
|
||||
command -v termux-wake-lock
|
||||
command -v termux-wake-unlock
|
||||
command -v xdg-open
|
||||
|
|
@ -36,6 +38,7 @@ load lib
|
|||
command -v termux-setup-storage
|
||||
command -v termux-open
|
||||
command -v termux-open-url
|
||||
command -v termux-reload-settings
|
||||
command -v termux-wake-lock
|
||||
command -v termux-wake-unlock
|
||||
command -v xdg-open
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue