From b69bf9d0e30f2246c670ade719f98e1696a6a56f Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Fri, 7 Jun 2013 09:54:02 +0100 Subject: [PATCH] Made one minor change to attribute TelephonyManager (closes #51) --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 91a6d9b..1dc25d0 100644 --- a/index.html +++ b/index.html @@ -261,8 +261,9 @@

readonly attribute TelephonyManager telephony
- When getting, the user agent MUST return the object that exposes the - telephony functionality, e.g. making and receiving calls. + When getting, the user agent MUST return the + TelephonyManager object, which provides the + ability to interface with the telephony service of the device.