-
Notifications
You must be signed in to change notification settings - Fork 274
Reply
The reply command was introduced in t-ui beta 6.5. You can use it to reply from t-ui to some notifications (not all) which uses inline reply, a new feature that can be used in Android 5.0+.
Enable Notifications in t-ui.
Make sure that the app is not excluded.
Bind the app that you want to reply to with the command:
$ reply -bind appName
This will assign an ID to the app. Moreover, t-ui will track the notification from this app.
Then, restart t-ui.
Wait a notification from the bound app. When you get it, you will be able to verify that it's the right one with the command:
$ reply -check appID
Note that you have to use the appID, which is automatically inserted if you click the suggestion that will appear in the suggestion bar. If you disabled suggestions, you can use the package name (you can get it with $ apps -l appName). Otherwise, you can get the ID with the command $ reply ls.
When you get the notification, you can reply with the command:
$ reply -to appID text
appID follows the same rules, as above.
Francesco Andreuzzi, Italy, [email protected]