Action Shortcuts - MessageOnTap/MessageOnTap_API GitHub Wiki
MessageOnTap provides a set of built-in action shortcuts (e.g., dial numbers, send messages, compose emails, add an event to the calendar, etc) based on common tasks users would need to perform in conversations.
| Function | Description |
|---|---|
| setAlarm (long alarmTime) | Redirect users to the page of the system built-in Alarm application with the extracted time from messages. |
| composeEmail (String recipientEmailAddress) | Redirect users to the page of the Gmail application with the extracted recipient email address |
| dialPhoneNumber (String phoneNumber) | Dials the extracted phone number |
| showLocationOnMap (String locationName) | Pinpoints the best matched coordinate given the extract location name |
| addEventToCalendar (String eventName, long extractedTime, String notes) | Redirect users to the page of the Calendar application to add an event, auto-flling the extracted calendar title, location and time |
| fillText (String texts, String packageName) | Based on Accessibility APIs, this action can automatically fill in a given piece of texts in the textbox for users, no matter users are currently in or out of the chat window |
| shareImages (ArrayList imageUris, String packageName) | Based on Accessibility APIs, this action can automatically share images for user |
| launchSugiliteScript (long scriptId) | Based on Accessibility APIs, this action can automatically execute cross-app tasks for user |