add phone functions #2

This commit is contained in:
Evgeny
2021-09-02 14:53:31 +03:00
parent 9c6b2e3486
commit 6cd7ea1f34
3 changed files with 16 additions and 4 deletions

View File

@@ -154,10 +154,12 @@ Calendar table format:
* `phone:get_contacts()` - returns table of phone contacts;
* `phone:make_call(number)` - dial the number in the dialer;
* `phone:send_sms(number, [text])` - open SMS application and enter the number, optionally enter text;
* `phone:show_contact_dialog(id)` - open contact dialog;
Contacts table format:
* `lookupKey` - unique contact identifier;
* `id` - contact id;
* `lookup_key` - unique contact identifier;
* `name` - contact name;
* `number` - contact number.