Skip to content

Commit 460f035

Browse files
committed
update Readme for release
1 parent 1b21f22 commit 460f035

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

Changelog.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ The apk can be downloaded from the [Releases](https://github.com/hvdwolf/FytHWOn
1010
## How does it work?
1111
*(Upon install the package installer will probably mention that it can not check the app, so it thinks that it might not be safe to install.That is of course for you to decide ;)<br>Upon install the app buttons are configured for the apps that are normally started by the button)*<br><br>
1212

13-
**Currently there are 3 options to "start something" with the "Call method"**
13+
**Currently there are 4 options to "start something" with the "Call method"**
1414
- by package name
1515
- by intent (package name / intent)
1616
- by system call (terminal command(s) or script)
17+
- by LlamaLab Automate Flow URI (Automate various tasks; Added by giladgd (Gilad S.)
1718

1819
### 1. Open the "FytHWOneKey" app.<br>
1920
![main configurescreen](https://github.com/hvdwolf/FytHWOneKey/blob/master/images/configurescreen.jpg)<br><br>
@@ -38,7 +39,7 @@ Another example is the Joying Bluetooth apk having intents for the dialer (defau
3839
5. "input key event 126" => (re)start last used media player.
3940
6. "am start com.syu.radio/com.syu.radio.Launch" => Start the radio app with the default launch intent (or better use "by package name": com.syu.radio; Or use "by intent": com.syu.radio/com.syu.radio.Launch)
4041

41-
**by Automate Flow URI:** Every Flow in [Automate](https://play.google.com/store/apps/details?id=com.llamalab.automate) has a URI you can find in its `Flow Beginning` block.<br/>
42+
**by Automate Flow URI:** Every Flow in [LlamaLab Automate](https://play.google.com/store/apps/details?id=com.llamalab.automate) has a URI you can find in its `Flow Beginning` block.<br/>
4243
For example: `content://com.llamalab.automate.provider/flows/7/statements/1`.
4344

4445
If you want to start one Flow on a short button press and a different Flow on a long button press, you can set the value to be the short press Flow URI, followed by a new line with the maximum time to wait for a second button press in milliseconds, followed by a new line with the long press Flow URI.

0 commit comments

Comments
 (0)