Confirmed users
971
edits
No edit summary |
|||
Line 63: | Line 63: | ||
====Web Activity Handlers ==== | ====Web Activity Handlers ==== | ||
===== Dial ===== | |||
The dial activity is used to start the process of making a call. | |||
"dial": { | "dial": { | ||
Line 71: | Line 75: | ||
"disposition": "window" | "disposition": "window" | ||
} | } | ||
It is handled at https://github.com/mozilla-b2g/gaia/blob/v1-train/apps/communications/dialer/js/dialer.js#L19 | |||
The dial handler does not actually dial numbers. The only thing it does is ask the KeypadManager to enter the number. The user will always have to tap the dial button before a call is being made. | |||
==== System Messages ==== | ==== System Messages ==== |